Use @keyword.function consistently

This commit is contained in:
Sergio Alejandro Vargas 2021-07-05 15:04:42 -05:00 committed by Stephan Seitz
parent 017760113a
commit 820b4a9c21
6 changed files with 11 additions and 6 deletions

View file

@ -3,7 +3,6 @@
[
"module"
"endmodule"
"function"
"endfunction"
"task"
"endtask"
@ -27,6 +26,7 @@
"assert"
] @keyword
"function" @keyword.function
"return" @keyword.return
[