fix(vhdl): capture "|" as @operator (#7744)

This commit is contained in:
John-Philip Taylor 2025-03-16 15:38:03 +02:00 committed by GitHub
parent 845356a256
commit da88ea477c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -257,6 +257,7 @@
"*" "*"
"/" "/"
":" ":"
"|"
"=>" "=>"
] @operator ] @operator