diff --git a/syntaxes/GDScript.tmLanguage.json b/syntaxes/GDScript.tmLanguage.json index 7ab32d2..a99151e 100644 --- a/syntaxes/GDScript.tmLanguage.json +++ b/syntaxes/GDScript.tmLanguage.json @@ -106,7 +106,7 @@ "strings": { "patterns": [ { - "begin": "(?:(?<=get_node|has_node|NodePath)\\s*\\(\\s*)", + "begin": "(?:(?<=get_node|has_node|find_node|get_node_or_null|NodePath)\\s*\\(\\s*)", "end": "(?:\\s*\\))", "patterns": [ {