fix(verilog): add ifndef highlight (#7548)

This commit is contained in:
someone13574 2025-01-11 17:12:54 -05:00 committed by GitHub
parent 9ef2e37e1b
commit 29f96aafe1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -576,6 +576,7 @@ c_name: (c_identifier) @function
"directive_undef"
"directive_undefineall"
"directive_ifdef"
"directive_ifndef"
"directive_elsif"
"directive_endif"
"directive_else"