mirror of
https://github.com/microsoft/vscode.git
synced 2025-12-20 02:08:47 +00:00
Tweak colorization of regexp for light+ and dark+
This commit is contained in:
@@ -1301,8 +1301,8 @@
|
||||
"c": "\\d\\d\\d",
|
||||
"t": "source.perl string.regexp.find.perl constant.character.escape.perl",
|
||||
"r": {
|
||||
"dark_plus": "constant.character.escape: #C586C0",
|
||||
"light_plus": "constant.character.escape: #FF0000",
|
||||
"dark_plus": "constant.character.escape: #D7BA7D",
|
||||
"light_plus": "constant.character.escape: #A31515",
|
||||
"dark_vs": "string.regexp: #D16969",
|
||||
"light_vs": "string.regexp: #811F3F",
|
||||
"hc_black": "constant.character: #569CD6"
|
||||
@@ -1323,8 +1323,8 @@
|
||||
"c": "\\d\\d",
|
||||
"t": "source.perl string.regexp.find.perl constant.character.escape.perl",
|
||||
"r": {
|
||||
"dark_plus": "constant.character.escape: #C586C0",
|
||||
"light_plus": "constant.character.escape: #FF0000",
|
||||
"dark_plus": "constant.character.escape: #D7BA7D",
|
||||
"light_plus": "constant.character.escape: #A31515",
|
||||
"dark_vs": "string.regexp: #D16969",
|
||||
"light_vs": "string.regexp: #811F3F",
|
||||
"hc_black": "constant.character: #569CD6"
|
||||
@@ -1345,8 +1345,8 @@
|
||||
"c": "\\d\\d",
|
||||
"t": "source.perl string.regexp.find.perl constant.character.escape.perl",
|
||||
"r": {
|
||||
"dark_plus": "constant.character.escape: #C586C0",
|
||||
"light_plus": "constant.character.escape: #FF0000",
|
||||
"dark_plus": "constant.character.escape: #D7BA7D",
|
||||
"light_plus": "constant.character.escape: #A31515",
|
||||
"dark_vs": "string.regexp: #D16969",
|
||||
"light_vs": "string.regexp: #811F3F",
|
||||
"hc_black": "constant.character: #569CD6"
|
||||
@@ -1774,8 +1774,8 @@
|
||||
"c": "\\d",
|
||||
"t": "source.perl string.regexp.find.perl constant.character.escape.perl",
|
||||
"r": {
|
||||
"dark_plus": "constant.character.escape: #C586C0",
|
||||
"light_plus": "constant.character.escape: #FF0000",
|
||||
"dark_plus": "constant.character.escape: #D7BA7D",
|
||||
"light_plus": "constant.character.escape: #A31515",
|
||||
"dark_vs": "string.regexp: #D16969",
|
||||
"light_vs": "string.regexp: #811F3F",
|
||||
"hc_black": "constant.character: #569CD6"
|
||||
|
||||
@@ -388,8 +388,8 @@
|
||||
"c": "\\s",
|
||||
"t": "source.perl string.regexp.find.perl constant.character.escape.perl",
|
||||
"r": {
|
||||
"dark_plus": "constant.character.escape: #C586C0",
|
||||
"light_plus": "constant.character.escape: #FF0000",
|
||||
"dark_plus": "constant.character.escape: #D7BA7D",
|
||||
"light_plus": "constant.character.escape: #A31515",
|
||||
"dark_vs": "string.regexp: #D16969",
|
||||
"light_vs": "string.regexp: #811F3F",
|
||||
"hc_black": "constant.character: #569CD6"
|
||||
@@ -410,8 +410,8 @@
|
||||
"c": "\\s",
|
||||
"t": "source.perl string.regexp.find.perl constant.character.escape.perl",
|
||||
"r": {
|
||||
"dark_plus": "constant.character.escape: #C586C0",
|
||||
"light_plus": "constant.character.escape: #FF0000",
|
||||
"dark_plus": "constant.character.escape: #D7BA7D",
|
||||
"light_plus": "constant.character.escape: #A31515",
|
||||
"dark_vs": "string.regexp: #D16969",
|
||||
"light_vs": "string.regexp: #811F3F",
|
||||
"hc_black": "constant.character: #569CD6"
|
||||
@@ -432,8 +432,8 @@
|
||||
"c": "\\(",
|
||||
"t": "source.perl string.regexp.find.perl constant.character.escape.perl",
|
||||
"r": {
|
||||
"dark_plus": "constant.character.escape: #C586C0",
|
||||
"light_plus": "constant.character.escape: #FF0000",
|
||||
"dark_plus": "constant.character.escape: #D7BA7D",
|
||||
"light_plus": "constant.character.escape: #A31515",
|
||||
"dark_vs": "string.regexp: #D16969",
|
||||
"light_vs": "string.regexp: #811F3F",
|
||||
"hc_black": "constant.character: #569CD6"
|
||||
@@ -454,8 +454,8 @@
|
||||
"c": "\\)",
|
||||
"t": "source.perl string.regexp.find.perl constant.character.escape.perl",
|
||||
"r": {
|
||||
"dark_plus": "constant.character.escape: #C586C0",
|
||||
"light_plus": "constant.character.escape: #FF0000",
|
||||
"dark_plus": "constant.character.escape: #D7BA7D",
|
||||
"light_plus": "constant.character.escape: #A31515",
|
||||
"dark_vs": "string.regexp: #D16969",
|
||||
"light_vs": "string.regexp: #811F3F",
|
||||
"hc_black": "constant.character: #569CD6"
|
||||
@@ -476,8 +476,8 @@
|
||||
"c": "\\)",
|
||||
"t": "source.perl string.regexp.find.perl constant.character.escape.perl",
|
||||
"r": {
|
||||
"dark_plus": "constant.character.escape: #C586C0",
|
||||
"light_plus": "constant.character.escape: #FF0000",
|
||||
"dark_plus": "constant.character.escape: #D7BA7D",
|
||||
"light_plus": "constant.character.escape: #A31515",
|
||||
"dark_vs": "string.regexp: #D16969",
|
||||
"light_vs": "string.regexp: #811F3F",
|
||||
"hc_black": "constant.character: #569CD6"
|
||||
@@ -674,8 +674,8 @@
|
||||
"c": "\\n",
|
||||
"t": "source.perl string.quoted.double.perl constant.character.escape.perl",
|
||||
"r": {
|
||||
"dark_plus": "constant.character.escape: #C586C0",
|
||||
"light_plus": "constant.character.escape: #FF0000",
|
||||
"dark_plus": "constant.character.escape: #D7BA7D",
|
||||
"light_plus": "constant.character.escape: #A31515",
|
||||
"dark_vs": "string: #CE9178",
|
||||
"light_vs": "string: #A31515",
|
||||
"hc_black": "constant.character: #569CD6"
|
||||
@@ -949,8 +949,8 @@
|
||||
"c": "\\n",
|
||||
"t": "source.perl string.quoted.double.perl constant.character.escape.perl",
|
||||
"r": {
|
||||
"dark_plus": "constant.character.escape: #C586C0",
|
||||
"light_plus": "constant.character.escape: #FF0000",
|
||||
"dark_plus": "constant.character.escape: #D7BA7D",
|
||||
"light_plus": "constant.character.escape: #A31515",
|
||||
"dark_vs": "string: #CE9178",
|
||||
"light_vs": "string: #A31515",
|
||||
"hc_black": "constant.character: #569CD6"
|
||||
@@ -1444,8 +1444,8 @@
|
||||
"c": "\\n",
|
||||
"t": "source.perl string.quoted.double.perl constant.character.escape.perl",
|
||||
"r": {
|
||||
"dark_plus": "constant.character.escape: #C586C0",
|
||||
"light_plus": "constant.character.escape: #FF0000",
|
||||
"dark_plus": "constant.character.escape: #D7BA7D",
|
||||
"light_plus": "constant.character.escape: #A31515",
|
||||
"dark_vs": "string: #CE9178",
|
||||
"light_vs": "string: #A31515",
|
||||
"hc_black": "constant.character: #569CD6"
|
||||
@@ -2280,8 +2280,8 @@
|
||||
"c": "\\n",
|
||||
"t": "source.perl string.quoted.double.perl constant.character.escape.perl",
|
||||
"r": {
|
||||
"dark_plus": "constant.character.escape: #C586C0",
|
||||
"light_plus": "constant.character.escape: #FF0000",
|
||||
"dark_plus": "constant.character.escape: #D7BA7D",
|
||||
"light_plus": "constant.character.escape: #A31515",
|
||||
"dark_vs": "string: #CE9178",
|
||||
"light_vs": "string: #A31515",
|
||||
"hc_black": "constant.character: #569CD6"
|
||||
|
||||
Reference in New Issue
Block a user