mirror of
https://github.com/elladunbar/tree-sitter-zanscript.git
synced 2025-11-05 15:19:55 -06:00
Update builtin function highlighting
This commit is contained in:
parent
c699ee5fb4
commit
eec8ac1dab
5 changed files with 30 additions and 15 deletions
|
|
@ -54,7 +54,7 @@ module.exports = grammar({
|
|||
'action',
|
||||
'Action',
|
||||
),
|
||||
$.identifier,
|
||||
field('name', $.identifier),
|
||||
$.block,
|
||||
choice(
|
||||
'COMPLETE',
|
||||
|
|
@ -133,7 +133,7 @@ module.exports = grammar({
|
|||
),
|
||||
|
||||
function: $ => seq(
|
||||
field("name", $.identifier),
|
||||
field('name', $.identifier),
|
||||
'(',
|
||||
optional(
|
||||
repeat(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue