mirror of
https://github.com/elladunbar/tree-sitter-zanscript.git
synced 2025-11-05 23:29:54 -06:00
Fix builtin function name highlighting
This commit is contained in:
parent
2a2ba3d4c3
commit
c699ee5fb4
5 changed files with 2243 additions and 5369 deletions
9
src/grammar.json
generated
9
src/grammar.json
generated
|
|
@ -1,5 +1,6 @@
|
|||
{
|
||||
"name": "zanscript",
|
||||
"word": "identifier",
|
||||
"rules": {
|
||||
"translation_unit": {
|
||||
"type": "REPEAT",
|
||||
|
|
@ -366,8 +367,12 @@
|
|||
"type": "SEQ",
|
||||
"members": [
|
||||
{
|
||||
"type": "SYMBOL",
|
||||
"name": "identifier"
|
||||
"type": "FIELD",
|
||||
"name": "name",
|
||||
"content": {
|
||||
"type": "SYMBOL",
|
||||
"name": "identifier"
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "STRING",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue