mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-19 20:00:07 -04:00
fix(highlights): improve consistency
This commit is contained in:
parent
4cd951d703
commit
2f38c36294
22 changed files with 62 additions and 76 deletions
|
|
@ -1,6 +1,7 @@
|
|||
; Keywords
|
||||
[
|
||||
; block delimiters
|
||||
"begin"
|
||||
"end"
|
||||
(module_keyword)
|
||||
"endmodule"
|
||||
"program"
|
||||
|
|
@ -48,11 +49,6 @@
|
|||
|
||||
"return" @keyword.return
|
||||
|
||||
[
|
||||
"begin"
|
||||
"end"
|
||||
] @label
|
||||
|
||||
[
|
||||
(always_keyword)
|
||||
"generate"
|
||||
|
|
@ -144,7 +140,7 @@
|
|||
|
||||
(edge_identifier) @attribute
|
||||
|
||||
(port_direction) @label
|
||||
(port_direction) @keyword.storage
|
||||
|
||||
(port_identifier
|
||||
(simple_identifier) @variable)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue