mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-18 19:30:02 -04:00
Add missing verilog keywords
This commit is contained in:
parent
d59b4810a6
commit
6cc1c28f68
1 changed files with 4 additions and 0 deletions
|
|
@ -15,6 +15,10 @@
|
||||||
"endclass"
|
"endclass"
|
||||||
"return"
|
"return"
|
||||||
"default"
|
"default"
|
||||||
|
"break"
|
||||||
|
"interface"
|
||||||
|
"endinterface"
|
||||||
|
"modport"
|
||||||
] @keyword
|
] @keyword
|
||||||
|
|
||||||
[
|
[
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue