alemuller / tree-sitter-vhdl

VHDL grammar for tree-sitter
MIT License
29 stars 9 forks source link

tree-sitter-vhdl

Tree-sitter-vhdl is a VHDL parser for syntax highlighting.

Missing features

Not listed features are implemented already.

Notes

The parser accepts some illegal constructions to be able to provide precise error highlight.

See ./tests/highlight/ and ./queries/highlights.scm for a list of errors.

References