1
0
Fork 0

Add treesitter languages

This commit is contained in:
Felipe 2023-03-27 00:03:12 -03:00
parent b58adfbd6f
commit d4f4e45f46
Signed by: pitbuster
SSH key fingerprint: SHA256:HDYu2Pm4/TmSX8GBwV49UvFWr1Ljg8XlHxKeCpjJpOk

View file

@ -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',