Skip to content

Releases: gmlarumbe/verilog-ts-mode

v0.2.1

11 Sep 19:36
Compare
Choose a tag to compare
  • Move test-hdl tests to own repo

v0.2.0

02 Sep 12:56
Compare
Choose a tag to compare
  • Implement changes for tree-sitter-systemverilog grammar
  • Indentation fixes (#4)
  • Add Emacs 29.4 to CI and fix release-snapshot build

v0.1.3

06 Apr 21:53
Compare
Choose a tag to compare
  • 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

20 Dec 19:02
Compare
Choose a tag to compare

Various changes to support verilog-ext newer releases in MELPA Stable.

v0.1.1

17 Sep 14:49
Compare
Choose a tag to compare

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

12 Sep 18:40
Compare
Choose a tag to compare

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