Fix builtin function name highlighting

This commit is contained in:
Evan Dunbar 2024-09-25 18:27:55 -05:00
parent 2a2ba3d4c3
commit c699ee5fb4
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)