From 21a2abc209450c3611d08c1ec17f9268e6ef5735 Mon Sep 17 00:00:00 2001 From: Nicolas Petton Date: Fri, 19 Apr 2024 10:44:05 +0200 Subject: [PATCH] Add `yield' to the list of keywords in gdscript-ts-mode --- gdscript-ts-mode.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gdscript-ts-mode.el b/gdscript-ts-mode.el index 3478623..5893447 100644 --- a/gdscript-ts-mode.el +++ b/gdscript-ts-mode.el @@ -74,7 +74,7 @@ It must be a function with two arguments: TYPE and NAME.") (defvar gdscript-ts--treesit-keywords '("and" "as" "break" "class" "class_name" "const" "continue" "elif" "else" "enum" "export" "extends" "for" "func" "if" "in" "is" "master" "match" "not" "onready" "or" "pass" "puppet" "remote" "remotesync" "return" "setget" "signal" - "var" "while")) + "var" "while" "yield")) ;;; Setting