Skip to content

Commit

Permalink
Add rule for Regex Replace Widget case conversion
Browse files Browse the repository at this point in the history
  • Loading branch information
jwortmann committed Oct 1, 2020
1 parent 3372308 commit 9b3b650
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Brackets Dark.sublime-color-scheme
Original file line number Diff line number Diff line change
Expand Up @@ -1202,6 +1202,11 @@
"scope": "keyword.control.character-class.regexp, support.class.character-class.regexp, constant.character.character-class.regexp, constant.other.character-class.escape.backslash.regexp, constant.other.character-class.escape.unicode-property.regexp, keyword.other.any.regexp",
"foreground": "var(violet)"
},
{
"name": "Regex Replace case conversion",
"scope": "keyword.operator.case-conversion.regexp-replace",
"foreground": "var(blue)"
},
// reStructuredText specific rules
{
"name": "RST link label",
Expand Down
5 changes: 5 additions & 0 deletions Brackets Light.sublime-color-scheme
Original file line number Diff line number Diff line change
Expand Up @@ -1202,6 +1202,11 @@
"scope": "keyword.control.character-class.regexp, support.class.character-class.regexp, constant.character.character-class.regexp, constant.other.character-class.escape.backslash.regexp, constant.other.character-class.escape.unicode-property.regexp, keyword.other.any.regexp",
"foreground": "var(violet)"
},
{
"name": "Regex Replace case conversion",
"scope": "keyword.operator.case-conversion.regexp-replace",
"foreground": "var(blue)"
},
// reStructuredText specific rules
{
"name": "RST link label",
Expand Down

0 comments on commit 9b3b650

Please sign in to comment.