aboutsummaryrefslogtreecommitdiffstats
path: root/queries/gdscript
diff options
context:
space:
mode:
Diffstat (limited to 'queries/gdscript')
-rw-r--r--queries/gdscript/highlights.scm5
1 files changed, 4 insertions, 1 deletions
diff --git a/queries/gdscript/highlights.scm b/queries/gdscript/highlights.scm
index 06801747b..8be07a0b4 100644
--- a/queries/gdscript/highlights.scm
+++ b/queries/gdscript/highlights.scm
@@ -108,7 +108,6 @@
[
"pass"
- "return"
"class"
"class_name"
"extends"
@@ -126,3 +125,7 @@
"mastersync"
"puppetsync"
] @keyword
+
+[
+ "return"
+] @keyword.return