mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-21 12:50:09 -04:00
fixup! remove filetype
This commit is contained in:
parent
268738e69e
commit
41301cda79
1 changed files with 0 additions and 6 deletions
|
|
@ -38,12 +38,6 @@ for ft, lang in pairs {
|
|||
ts.language.register(lang, ft)
|
||||
end
|
||||
|
||||
vim.filetype.add {
|
||||
filename = {
|
||||
["Caddyfile"] = "caddy",
|
||||
},
|
||||
}
|
||||
|
||||
---@class InstallInfo
|
||||
---@field url string
|
||||
---@field branch string|nil
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue