Releases: gmlarumbe/verilog-ts-mode
Releases · gmlarumbe/verilog-ts-mode
v0.2.1
- Move test-hdl tests to own repo
v0.2.0
- Implement changes for tree-sitter-systemverilog grammar
- Indentation fixes (#4)
- Add Emacs 29.4 to CI and fix release-snapshot build
v0.1.3
- Various minor fixes
- Some function renaming (e.g.
verilog-ts-nav-beg-of-defun-dwim-outside-module-re
to verilog-ts-beg-of-defun-dwim-inside-module-re
- Update CI: support Emacs 29.2 and 29.3
v0.1.2
Various changes to support verilog-ext
newer releases in MELPA Stable.
v0.1.1
Minor changes to support verilog-ext
newer releases in MELPA Stable.
- Cover more specific cases for
verilog-ts--node-identifier-type
- Add aux function
verilog-ts--node-identifier-type
v0.1.0
Initial release with support for the following tree-sitter-based features:
- Syntax highlighting
- Indentation
imenu
which-func
- Navigation functions
- Prettify and beautify
- Completion at point