We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 74d1867 commit 25e4733Copy full SHA for 25e4733
grammars/rescript.tmLanguage.json
@@ -119,6 +119,10 @@
119
}
120
]
121
},
122
+ "string-character-escape": {
123
+ "name": "constant.character.escape",
124
+ "match": "\\\\(x[0-9A-Fa-f]{2}|u[0-9A-Fa-f]{4}|u{[0-9A-Fa-f]+}|[0-2][0-7]{0,2}|3[0-6][0-7]?|37[0-7]?|[4-7][0-7]?|.|$)"
125
+ },
126
"string": {
127
"patterns": [
128
{
@@ -137,8 +141,7 @@
137
141
138
142
139
143
140
- "name": "constant.character.escape",
- "match": "\\\\."
144
+ "include": "#string-character-escape"
145
146
147
@@ -161,8 +164,7 @@
161
164
162
165
163
166
167
168
169
170
"name": "meta.template.expression",
0 commit comments