mirror of
https://github.com/helix-editor/helix.git
synced 2025-10-06 00:13:28 +02:00
verilog: add highlighting for the "var" keyword (#13493)
This commit is contained in:
@@ -150,6 +150,9 @@
|
|||||||
(port_identifier
|
(port_identifier
|
||||||
(simple_identifier) @variable)
|
(simple_identifier) @variable)
|
||||||
|
|
||||||
|
(variable_port_header ("var") @type.builtin)
|
||||||
|
(data_declaration ("var") @type.builtin)
|
||||||
|
(tf_port_item1 ("var") @type.builtin)
|
||||||
[
|
[
|
||||||
(net_type)
|
(net_type)
|
||||||
(integer_vector_type)
|
(integer_vector_type)
|
||||||
|
Reference in New Issue
Block a user