Skip to content

Commit 843252f

Browse files
fix(gml) punctuation scope for template strings
1 parent fb906c6 commit 843252f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/languages/gml.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -1142,8 +1142,8 @@ export default function(hljs) {
11421142
const STRING_SUBSTITUTION = {
11431143
begin: /{/,
11441144
end: /}/,
1145-
beginScope: "char.escape",
1146-
endScope: "char.escape",
1145+
beginScope: "punctuation",
1146+
endScope: "punctuation",
11471147
scope: "subst",
11481148
contains: EXPRESSION
11491149
};

0 commit comments

Comments
 (0)