mirror of
https://github.com/elladunbar/tree-sitter-zanscript.git
synced 2025-11-05 15:19:55 -06:00
Fix builtin function name highlighting
This commit is contained in:
parent
073ab245c7
commit
1a002fb23b
5 changed files with 2243 additions and 5369 deletions
15
src/node-types.json
generated
15
src/node-types.json
generated
|
|
@ -149,10 +149,21 @@
|
|||
{
|
||||
"type": "function",
|
||||
"named": true,
|
||||
"fields": {},
|
||||
"fields": {
|
||||
"name": {
|
||||
"multiple": false,
|
||||
"required": true,
|
||||
"types": [
|
||||
{
|
||||
"type": "identifier",
|
||||
"named": true
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"children": {
|
||||
"multiple": true,
|
||||
"required": true,
|
||||
"required": false,
|
||||
"types": [
|
||||
{
|
||||
"type": "identifier",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue