Skip to content

Commit ff07499

Browse files
committed
update
1 parent bb98d38 commit ff07499

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Syntaxes/GDL.YAML-tmLanguage

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ patterns:
1313
end: $
1414
name: comment.line.gdl
1515

16-
- match: ("(?:[^"\\]|\\.)*"|''(?:[^''\\]|\\.)*'')
16+
- match: ("(?:[^"\\]|\\.)*"|'(?:[^''\\]|\\.)*')
1717
name: string.gdl
1818

1919
- match: (?i)(\b[0-9]*:)(?=$|\s)

0 commit comments

Comments
 (0)