mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 19:17:02 -04:00
fix(verilog): add ifndef highlight (#7548)
This commit is contained in:
parent
9ef2e37e1b
commit
29f96aafe1
1 changed files with 1 additions and 0 deletions
|
|
@ -576,6 +576,7 @@ c_name: (c_identifier) @function
|
|||
"directive_undef"
|
||||
"directive_undefineall"
|
||||
"directive_ifdef"
|
||||
"directive_ifndef"
|
||||
"directive_elsif"
|
||||
"directive_endif"
|
||||
"directive_else"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue