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

View file

@ -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(