We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da92e4f commit b1d5ff7Copy full SHA for b1d5ff7
syntaxes/flatbuffers.tmLanguage.json
@@ -371,7 +371,7 @@
371
},
372
"string_constant": {
373
"name": "string.quoted.double.flatbuffers",
374
- "match": "(\")(([^\"]|\\\")*)(\")",
+ "match": "(\")((?:[^\"]|\\\")*)(\")",
375
"captures": {
376
"1": {"name": "punctuation.definition.string.begin.flatbuffers"},
377
"2": {"name": "string.quoted.double.flatbuffers"},
0 commit comments