Skip to content

Commit

Permalink
WIP: UPdate README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
gmlarumbe committed Aug 21, 2023
1 parent 794cce0 commit 57dd76f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,10 @@ This package provides some extensions on top of the great Emacs [verilog-mode](h

### MELPA ###

`verilog-ext` is available on MELPA.
`verilog-ext` is available on MELPA. `verilog-ext` includes `verilog-ts-mode` as a dependency.

`verilog-ts-mode` is not yet available on MELPA. See the [wiki](https://github.com/gmlarumbe/verilog-ext/wiki/Tree-sitter) for more info.
If you only want to experiment with tree-sitter, `verilog-ts-mode` is also available on MELPA as a separate package.
See the [wiki](https://github.com/gmlarumbe/verilog-ext/wiki/Tree-sitter) for more info.


### straight.el ###
Expand Down Expand Up @@ -149,7 +150,6 @@ To override the value of `workspace` root inside a Git repo:
Enabling of `verilog-ext-mode` minor-mode creates the following keybindings:

* Features:
* <kbd>M-i</kbd> `verilog-ext-imenu-list`
* <kbd>C-c C-l</kbd> `verilog-ext-formatter-run`
* <kbd>C-c \<f5\></kbd> `verilog-ext-workspace-compile`
* <kbd>C-c C-p</kbd> `verilog-ext-preprocess`
Expand Down Expand Up @@ -193,7 +193,7 @@ Enabling of `verilog-ext-mode` minor-mode creates the following keybindings:
# Features #

## Tree-sitter ##
The package provides the major-mode `verilog-ts-mode` for syntax highligting and indentation. It is derived from `verilog-mode` making AUTOs and other utilities still available.
The package `verilog-ts-mode` provides syntax highligting and indentation. It is derived from `verilog-mode` making AUTOs and other utilities still available.

`verilog-ts-mode` is still work in progress and aims to provide the same functionality as `verilog-ext` but much faster and efficiently.

Expand Down

0 comments on commit 57dd76f

Please sign in to comment.