Skip to content

Commit

Permalink
fix(gml) numerical string templates are subst
Browse files Browse the repository at this point in the history
  • Loading branch information
thennothinghappened committed Dec 15, 2024
1 parent 448a624 commit 6bc0f85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/languages/gml.js
Original file line number Diff line number Diff line change
Expand Up @@ -1149,7 +1149,7 @@ export default function(hljs) {
*/
const STRING_NUMERICAL_SUBSTITUTION = {
match: /{[0-9]+}/,
scope: "literal"
scope: "subst"
};

/**
Expand Down

0 comments on commit 6bc0f85

Please sign in to comment.