changeset 856:ccf4b28f04f9

feat: update verilog grammar to use gmlarumbe fork
author Zeger Van de Vannet <zeger@vandevan.net>
date Wed, 27 Mar 2024 08:18:19 +0100
parents 1a144a878e46
children bdd538139b08
files dot_config/helix/languages.toml
diffstat 1 files changed, 4 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/dot_config/helix/languages.toml	Sat Mar 23 11:30:31 2024 +0100
+++ b/dot_config/helix/languages.toml	Wed Mar 27 08:18:19 2024 +0100
@@ -56,3 +56,7 @@
 comment-token = "HG:"
 indent = { tab-width = 2, unit = " " }
 roots = [".hg"]
+
+[[grammar]]
+name = "verilog"
+source = { git = "https://github.com/gmlarumbe/tree-sitter-verilog.git", rev = "cd6e48b27d8bd7b192a8784b0171a39afa06f13d" }