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',
|
'bash',
|
||||||
'c',
|
'c',
|
||||||
'cmake',
|
'cmake',
|
||||||
|
'comment',
|
||||||
'cpp',
|
'cpp',
|
||||||
'css',
|
'css',
|
||||||
'comment',
|
|
||||||
'dockerfile',
|
'dockerfile',
|
||||||
|
'diff',
|
||||||
'dot',
|
'dot',
|
||||||
|
'git_rebase',
|
||||||
'gitattributes',
|
'gitattributes',
|
||||||
|
'gitcommit',
|
||||||
'gitignore',
|
'gitignore',
|
||||||
'go',
|
'go',
|
||||||
'html',
|
'html',
|
||||||
'http',
|
'http',
|
||||||
|
'ini',
|
||||||
'javascript',
|
'javascript',
|
||||||
'json',
|
'json',
|
||||||
|
'kdl',
|
||||||
'kotlin',
|
'kotlin',
|
||||||
'latex',
|
'latex',
|
||||||
'lua',
|
'lua',
|
||||||
|
'make',
|
||||||
'markdown',
|
'markdown',
|
||||||
|
'markdown_inline',
|
||||||
|
'passwd',
|
||||||
'perl',
|
'perl',
|
||||||
'php',
|
'php',
|
||||||
'python',
|
'python',
|
||||||
|
'regex',
|
||||||
'rust',
|
'rust',
|
||||||
'scss',
|
'scss',
|
||||||
'sql',
|
'sql',
|
||||||
|
'terraform',
|
||||||
'toml',
|
'toml',
|
||||||
'typescript',
|
'typescript',
|
||||||
'vim',
|
'vim',
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue