From d5a1c2b0c8ec5bb377a41c1c414b315d6b3e9432 Mon Sep 17 00:00:00 2001 From: Riley Bruins Date: Sun, 12 May 2024 18:00:55 -0700 Subject: feat: standardize and document export keywords Many export keywords are captured as `@keyword.import`. This commit makes it so they are all captured like that, and mentions it in the documentation. --- queries/gdscript/highlights.scm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'queries/gdscript') diff --git a/queries/gdscript/highlights.scm b/queries/gdscript/highlights.scm index 691d836ce..9f122e473 100644 --- a/queries/gdscript/highlights.scm +++ b/queries/gdscript/highlights.scm @@ -215,7 +215,6 @@ "signal" "var" "onready" - "export" "setget" "remote" "master" @@ -225,6 +224,8 @@ "puppetsync" ] @keyword +"export" @keyword.import + [ "enum" "class" -- cgit v1.2.3-70-g09d2