From f2a62882769899d45ef0e3096d518e351e7005a5 Mon Sep 17 00:00:00 2001 From: iammrtndev <68447700+iammrtndev@users.noreply.github.com> Date: Sun, 7 Feb 2021 16:57:48 +0100 Subject: [PATCH] Add "remote" keyword for highlighting (#257) "remote" is currently not highlighted. https://imgur.com/WkP9STd --- 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 0a8af9a..bf5f48f 100644 --- a/syntaxes/GDScript.tmLanguage.json +++ b/syntaxes/GDScript.tmLanguage.json @@ -103,7 +103,7 @@ }, "keywords": { - "match": "\\b(?i:if|elif|else|for|while|break|continue|pass|return|match|func|class|class_name|extends|is|in|onready|tool|static|export|setget|const|var|as|void|enum|preload|assert|yield|signal|breakpoint|rpc|sync|master|puppet|slave|remotesync|mastersync|puppetsync)\\b", + "match": "\\b(?i:if|elif|else|for|while|break|continue|pass|return|match|func|class|class_name|extends|is|in|onready|tool|static|export|setget|const|var|as|void|enum|preload|assert|yield|signal|breakpoint|rpc|sync|remote|master|puppet|slave|remotesync|mastersync|puppetsync)\\b", "name": "keyword.language.gdscript" }, "letter": {