mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 11:06:54 -04:00
feat(verilog)!: rename to systemverilog
Grammar name was changed to coincide with repository name
This commit is contained in:
parent
13ddd4d752
commit
1181cd9a25
6 changed files with 10 additions and 10 deletions
|
|
@ -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' },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue