Skip to content

Commit b1d5ff7

Browse files
committed
fix strings
1 parent da92e4f commit b1d5ff7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

syntaxes/flatbuffers.tmLanguage.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -371,7 +371,7 @@
371371
},
372372
"string_constant": {
373373
"name": "string.quoted.double.flatbuffers",
374-
"match": "(\")(([^\"]|\\\")*)(\")",
374+
"match": "(\")((?:[^\"]|\\\")*)(\")",
375375
"captures": {
376376
"1": {"name": "punctuation.definition.string.begin.flatbuffers"},
377377
"2": {"name": "string.quoted.double.flatbuffers"},

0 commit comments

Comments
 (0)