diff options
| author | Christian Clason <c.clason@uni-graz.at> | 2025-06-23 13:32:46 +0200 |
|---|---|---|
| committer | Christian Clason <ch.clason+github@icloud.com> | 2025-06-24 10:07:36 +0200 |
| commit | 1181cd9a25360194b208bb9296ec26dc16433699 (patch) | |
| tree | b23552ef9bc2cb44dcf92dff6cd5ee706bfdafeb /plugin/filetypes.lua | |
| parent | feat(swift)!: update parser and queries (diff) | |
| download | nvim-treesitter-1181cd9a25360194b208bb9296ec26dc16433699.tar nvim-treesitter-1181cd9a25360194b208bb9296ec26dc16433699.tar.gz nvim-treesitter-1181cd9a25360194b208bb9296ec26dc16433699.tar.bz2 nvim-treesitter-1181cd9a25360194b208bb9296ec26dc16433699.tar.lz nvim-treesitter-1181cd9a25360194b208bb9296ec26dc16433699.tar.xz nvim-treesitter-1181cd9a25360194b208bb9296ec26dc16433699.tar.zst nvim-treesitter-1181cd9a25360194b208bb9296ec26dc16433699.zip | |
feat(verilog)!: rename to systemverilog
Grammar name was changed to coincide with repository name
Diffstat (limited to 'plugin/filetypes.lua')
| -rw-r--r-- | plugin/filetypes.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugin/filetypes.lua b/plugin/filetypes.lua index fdfaefe30..ecddea292 100644 --- a/plugin/filetypes.lua +++ b/plugin/filetypes.lua @@ -44,6 +44,7 @@ local filetypes = { ssh_config = { 'sshconfig' }, starlark = { 'bzl' }, surface = { 'sface' }, + systemverilog = { 'verilog' }, t32 = { 'trace32' }, tcl = { 'expect' }, terraform = { 'terraform-vars' }, @@ -56,7 +57,6 @@ local filetypes = { udev = { 'udevrules' }, uxntal = { 'tal', 'uxn' }, v = { 'vlang' }, - verilog = { 'systemverilog' }, vhs = { 'tape' }, xml = { 'xsd', 'xslt', 'svg' }, xresources = { 'xdefaults' }, |
