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

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"