Skip to content

Commit

Permalink
fix(gml) @"" strings are not unique actually!
Browse files Browse the repository at this point in the history
  • Loading branch information
thennothinghappened committed Dec 15, 2024
1 parent 1b9cecf commit 66e9ef6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/languages/gml.js
Original file line number Diff line number Diff line change
Expand Up @@ -1199,7 +1199,6 @@ export default function(hljs) {
scope: "string",
begin: "@\"",
end: "\"",
relevance: 10,
contains: [STRING_NUMERICAL_SUBSTITUTION]
},
{
Expand Down

0 comments on commit 66e9ef6

Please sign in to comment.