Update builtin function highlighting

This commit is contained in:
Evan Dunbar 2024-09-26 09:24:18 -05:00
parent c699ee5fb4
commit eec8ac1dab
5 changed files with 30 additions and 15 deletions

8
src/grammar.json generated
View file

@ -129,8 +129,12 @@
]
},
{
"type": "SYMBOL",
"name": "identifier"
"type": "FIELD",
"name": "name",
"content": {
"type": "SYMBOL",
"name": "identifier"
}
},
{
"type": "SYMBOL",