mirror of
https://github.com/pnx/dotfiles
synced 2026-06-16 11:24:55 +02:00
nvim/lua/user/plugins/editor/treesitter.lua: adding some common parsers
This commit is contained in:
parent
c182636b17
commit
080c5418a8
1 changed files with 11 additions and 0 deletions
|
|
@ -20,6 +20,17 @@ return {
|
|||
"toml",
|
||||
"xml",
|
||||
"kdl",
|
||||
|
||||
-- misc
|
||||
"comment",
|
||||
"regex",
|
||||
"re2c",
|
||||
"xresources",
|
||||
"sql",
|
||||
"csv",
|
||||
"ssh_config",
|
||||
"printf",
|
||||
"nginx",
|
||||
},
|
||||
|
||||
auto_install = true,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue