Fix operator syntax highlighting when next to an opening parenthesis (#375)

This commit is contained in:
oidro
2022-06-02 17:37:33 -04:00
committed by GitHub
parent 372936b606
commit 94e5a9e95d

View File

@@ -220,6 +220,9 @@
{
"include": "#keywords"
},
{
"include": "#logic_op"
},
{
"include": "#control_flow"
},