Fix builtin function name highlighting

This commit is contained in:
Ella Dunbar 2025-10-18 16:58:19 -05:00
parent 073ab245c7
commit 1a002fb23b
5 changed files with 2243 additions and 5369 deletions

View file

@ -65,3 +65,4 @@
(identifier) @constant.macro
(number) @number
(string) @string
(function name: (identifier) @function)