comparison dot_config/helix/languages.toml @ 877:56e26ce1a5ce draft

feat: improve verilog support
author Zeger Van de Vannet <zeger@vandevan.net>
date Tue, 16 Apr 2024 19:08:02 +0200
parents 333a6c27fdf2
children
comparison
equal deleted inserted replaced
876:8589883596fd 877:56e26ce1a5ce
58 roots = [".hg"] 58 roots = [".hg"]
59 59
60 [[grammar]] 60 [[grammar]]
61 name = "verilog" 61 name = "verilog"
62 source = { git = "https://github.com/gmlarumbe/tree-sitter-verilog.git", rev = "cd6e48b27d8bd7b192a8784b0171a39afa06f13d" } 62 source = { git = "https://github.com/gmlarumbe/tree-sitter-verilog.git", rev = "cd6e48b27d8bd7b192a8784b0171a39afa06f13d" }
63
64 [[language]]
65 name = "verilog"
66
67 [language.auto-pairs]
68 '"' = '"'
69 '(' = ')'
70 '{' = '}'
71 '['= ']'