@fresh-editor/fresh-editor 0.2.18 → 0.2.20

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -826,6 +826,24 @@
826
826
  212,
827
827
  212
828
828
  ]
829
+ },
830
+ "punctuation_bracket": {
831
+ "description": "Punctuation brackets ({, }, (, ), [, ])",
832
+ "$ref": "#/$defs/ColorDef",
833
+ "default": [
834
+ 212,
835
+ 212,
836
+ 212
837
+ ]
838
+ },
839
+ "punctuation_delimiter": {
840
+ "description": "Punctuation delimiters (;, ,, .)",
841
+ "$ref": "#/$defs/ColorDef",
842
+ "default": [
843
+ 212,
844
+ 212,
845
+ 212
846
+ ]
829
847
  }
830
848
  }
831
849
  }