mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-13 00:40:06 -04:00
fix(vhdl): capture "|" as @operator (#7744)
This commit is contained in:
parent
845356a256
commit
da88ea477c
1 changed files with 1 additions and 0 deletions
|
|
@ -257,6 +257,7 @@
|
||||||
"*"
|
"*"
|
||||||
"/"
|
"/"
|
||||||
":"
|
":"
|
||||||
|
"|"
|
||||||
"=>"
|
"=>"
|
||||||
] @operator
|
] @operator
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue