mirror of
https://github.com/pnx/dotfiles
synced 2026-06-16 03:14:55 +02:00
nvim/lua/user/plugins/editor/treesitter.lua: remove commented dotenv mapping
This commit is contained in:
parent
1e9977280f
commit
2c673330a7
1 changed files with 0 additions and 8 deletions
|
|
@ -58,14 +58,6 @@ return {
|
||||||
}
|
}
|
||||||
end})
|
end})
|
||||||
|
|
||||||
-- vim.filetype.add({
|
|
||||||
-- pattern = {
|
|
||||||
-- ['%.env'] = 'dotenv',
|
|
||||||
-- ['%.env%..+'] = 'dotenv',
|
|
||||||
-- }
|
|
||||||
-- })
|
|
||||||
-- vim.treesitter.language.register('dotenv', { 'env' })
|
|
||||||
|
|
||||||
for _, value in pairs(opts.install) do
|
for _, value in pairs(opts.install) do
|
||||||
vim.treesitter.language.register(value, value)
|
vim.treesitter.language.register(value, value)
|
||||||
end
|
end
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue