From 64dc5b61b616880ab7bdcf5841e68dad120bd191 Mon Sep 17 00:00:00 2001 From: thennothinghappened <35243139+thennothinghappened@users.noreply.github.com> Date: Sun, 15 Dec 2024 10:50:21 +1100 Subject: [PATCH] fix(gml) instance vars are just variables --- src/languages/gml.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/languages/gml.js b/src/languages/gml.js index 56de13062b..b23261f2e8 100644 --- a/src/languages/gml.js +++ b/src/languages/gml.js @@ -1395,7 +1395,7 @@ export default function(hljs) { /\s*:/ ], scope: { - 2: "variable-instance" + 2: "variable" }, };