mirror of
https://github.com/godotengine/godot-vscode-plugin.git
synced 2025-12-31 13:48:24 +03:00
Fix operator syntax highlighting when next to an opening parenthesis (#375)
This commit is contained in:
@@ -220,6 +220,9 @@
|
||||
{
|
||||
"include": "#keywords"
|
||||
},
|
||||
{
|
||||
"include": "#logic_op"
|
||||
},
|
||||
{
|
||||
"include": "#control_flow"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user