aboutsummaryrefslogtreecommitdiff
path: root/config/nvim/lua/treesitter_config.lua
blob: 15b9327678c8b518798ccc58027ccb8aba3d77a7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
require('nvim-treesitter').install {
    'bash',
    'css',
    'dart',
    'diff',
    'dockerfile',
    'gitcommit',
    'gleam',
    'graphql',
    'haskell',
    'html',
    'htmldjango',
    'javascript',
    'jsdoc',
    'json',
    'julia',
    'kotlin',
    'lean',
    'lua',
    'make',
    'markdown',
    'python',
    'r',
    'ruby',
    'rust',
    'sql',
    'svelte',
    'swift',
    'toml',
    'tsx',
    'typescript',
    'yaml'
  }