mirror of https://github.com/helix-editor/helix
verilog: add highlighting for the "var" keyword (#13493)
parent
313ef30f64
commit
4c8600967c
|
@ -150,6 +150,9 @@
|
|||
(port_identifier
|
||||
(simple_identifier) @variable)
|
||||
|
||||
(variable_port_header ("var") @type.builtin)
|
||||
(data_declaration ("var") @type.builtin)
|
||||
(tf_port_item1 ("var") @type.builtin)
|
||||
[
|
||||
(net_type)
|
||||
(integer_vector_type)
|
||||
|
|
Loading…
Reference in New Issue