Fix keywords being incorrectly highlighted as function calls (#353)

This commit is contained in:
Daelon Suzuka
2022-04-27 16:16:44 -07:00
committed by GitHub
parent 0835506157
commit fb96098c70
3 changed files with 31 additions and 0 deletions

View File

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