diff dot_config/helix/languages.toml @ 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 a42419192052
children ac642e2965de
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" }