mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 19:17:02 -04:00
tests: fix failed tests (#4901)
fix failed tests for tiger, t32 and wgsl
This commit is contained in:
parent
e54c8873ef
commit
9ec2a6bbda
6 changed files with 44 additions and 74 deletions
|
|
@ -5,9 +5,12 @@ vim.cmd.runtime { "plugin/nvim-treesitter.lua", bang = true }
|
|||
vim.filetype.add {
|
||||
extension = {
|
||||
conf = "hocon",
|
||||
cmm = "t32",
|
||||
ncl = "nickel",
|
||||
tig = "tiger",
|
||||
usd = "usd",
|
||||
usda = "usd",
|
||||
wgsl = "wgsl",
|
||||
},
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue