Add rules for regex groups to vs dark+ and light+ themes

This commit is contained in:
Matt Bierner
2017-09-12 11:52:12 -07:00
parent b411fb2c2c
commit 3864be5b8e
5 changed files with 76 additions and 30 deletions

View File

@@ -101,6 +101,29 @@
"settings": {
"foreground": "#CE9178"
}
},
{
"scope": [
"punctuation.definition.group.regexp",
"punctuation.definition.group.assertion.regexp",
"punctuation.definition.character-class.regexp",
"keyword.operator.negation.regexp"
],
"settings": {
"foreground": "#d7ba7d"
}
},
{
"scope": "keyword.operator.quantifier.regexp",
"settings": {
"foreground": "#d4d4d4"
}
},
{
"scope": "keyword.control.anchor.regexp",
"settings": {
"foreground": "#C586C0"
}
}
]
}