Skip to content

Commit

Permalink
Add Javascript Regex highlighting
Browse files Browse the repository at this point in the history
  • Loading branch information
liamsheppard committed Jul 7, 2017
1 parent 09d80b4 commit 2564e7f
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions themes/Voodoo-color-theme.json
Original file line number Diff line number Diff line change
Expand Up @@ -492,6 +492,34 @@
"foreground": "#F1D302"
}
},
{
"name": "[Javascript] Regex",
"scope": [
"source.js string.regexp",
"source.js constant.other.character-class.regexp",
"source.js constant.other.character-class.set.regexp"
],
"settings": {
"foreground": "#F1D302"
}
},
{
"name": "[Javascript] Regex Punctuation",
"scope": "source.js string.regexp punctuation",
"settings": {
"foreground": "#EF476F"
}
},
{
"name": "[Javascript] Regex Special Characters",
"scope": [
"source.js string.regexp keyword.control.anchor",
"source.js string.regexp keyword.operator"
],
"settings": {
"foreground": "#6e61ff"
}
},

{
"name": "[React] HTML Tags",
Expand Down

0 comments on commit 2564e7f

Please sign in to comment.