mirror of
https://github.com/godotengine/godot-vscode-plugin.git
synced 2025-12-31 13:48:24 +03:00
Fix keywords being incorrectly highlighted as function calls (#353)
This commit is contained in:
@@ -220,6 +220,9 @@
|
||||
{
|
||||
"include": "#keywords"
|
||||
},
|
||||
{
|
||||
"include": "#control_flow"
|
||||
},
|
||||
{
|
||||
"include": "#function-call"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user