Skip to content

Commit

Permalink
fix(gml) instance vars are just variables
Browse files Browse the repository at this point in the history
  • Loading branch information
thennothinghappened committed Dec 14, 2024
1 parent 088ace7 commit 64dc5b6
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 @@ -1395,7 +1395,7 @@ export default function(hljs) {
/\s*:/
],
scope: {
2: "variable-instance"
2: "variable"
},
};

Expand Down

0 comments on commit 64dc5b6

Please sign in to comment.