Highlight function and macro declarations

This commit is contained in:
Uy Ha 2021-09-08 22:55:52 +02:00 committed by Stephan Seitz
parent 21a78dbd47
commit a267604b8f

View file

@ -38,3 +38,15 @@
(endwhile)
] @repeat
(function_command
(function)
. (argument) @function
(argument)* @parameter
)
(macro_command
(macro)
. (argument) @function.macro
(argument)* @parameter
)