Add treesitter languages
This commit is contained in:
parent
b58adfbd6f
commit
d4f4e45f46
1 changed files with 11 additions and 1 deletions
12
init.lua
12
init.lua
|
|
@ -67,28 +67,38 @@ ts.setup {
|
|||
'bash',
|
||||
'c',
|
||||
'cmake',
|
||||
'comment',
|
||||
'cpp',
|
||||
'css',
|
||||
'comment',
|
||||
'dockerfile',
|
||||
'diff',
|
||||
'dot',
|
||||
'git_rebase',
|
||||
'gitattributes',
|
||||
'gitcommit',
|
||||
'gitignore',
|
||||
'go',
|
||||
'html',
|
||||
'http',
|
||||
'ini',
|
||||
'javascript',
|
||||
'json',
|
||||
'kdl',
|
||||
'kotlin',
|
||||
'latex',
|
||||
'lua',
|
||||
'make',
|
||||
'markdown',
|
||||
'markdown_inline',
|
||||
'passwd',
|
||||
'perl',
|
||||
'php',
|
||||
'python',
|
||||
'regex',
|
||||
'rust',
|
||||
'scss',
|
||||
'sql',
|
||||
'terraform',
|
||||
'toml',
|
||||
'typescript',
|
||||
'vim',
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue