mirror of
https://github.com/helix-editor/helix.git
synced 2025-10-05 16:03:18 +02:00
verilog: add highlighting for the "var" keyword (#13493)
This commit is contained in:
@@ -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)
|
||||
|
Reference in New Issue
Block a user