mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-18 11:20:07 -04:00
test(init): remove upstreamed Tiger ft detection
This commit is contained in:
parent
d9a5fb8484
commit
b9933f0e13
1 changed files with 0 additions and 1 deletions
|
|
@ -7,7 +7,6 @@ vim.cmd.runtime({ 'plugin/filetypes.lua', bang = true })
|
||||||
vim.filetype.add({
|
vim.filetype.add({
|
||||||
extension = {
|
extension = {
|
||||||
conf = 'hocon',
|
conf = 'hocon',
|
||||||
tig = 'tiger',
|
|
||||||
w = 'wing',
|
w = 'wing',
|
||||||
},
|
},
|
||||||
})
|
})
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue