mirror of
https://github.com/chenasraf/nvim-treesitter.git
synced 2026-05-18 01:39:00 +00:00
tests: fix failed tests (#4901)
fix failed tests for tiger, t32 and wgsl
This commit is contained in:
@@ -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",
|
||||
},
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user