From 7bf83b36579c5feda3346713310152aa8d911684 Mon Sep 17 00:00:00 2001 From: Hugo Locurcio Date: Sat, 19 Oct 2024 11:58:22 +0200 Subject: [PATCH] Remove `OS`, `GDScript` and `Object` from the list of builtins in syntax highlighting OS is a singleton like any other, not a special keyword in GDScript. GDScript is a standard class, not a special keyword either. Object is a Variant type, but it's also a nullable type that is highlighted as a standard object in the Godot script editor. --- syntaxes/GDScript.tmLanguage.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/syntaxes/GDScript.tmLanguage.json b/syntaxes/GDScript.tmLanguage.json index 572f5a08..d48ce890 100644 --- a/syntaxes/GDScript.tmLanguage.json +++ b/syntaxes/GDScript.tmLanguage.json @@ -437,7 +437,7 @@ } }, "builtin_classes": { - "match": "(?