diff options
Diffstat (limited to 'nvim/lua/config/treesitter.lua')
| -rw-r--r-- | nvim/lua/config/treesitter.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/nvim/lua/config/treesitter.lua b/nvim/lua/config/treesitter.lua index 2bdfce5..f3024f0 100644 --- a/nvim/lua/config/treesitter.lua +++ b/nvim/lua/config/treesitter.lua | |||
| @@ -12,6 +12,7 @@ M.languages = { | |||
| 12 | "make", | 12 | "make", |
| 13 | "markdown", | 13 | "markdown", |
| 14 | "markdown_inline", | 14 | "markdown_inline", |
| 15 | "po", | ||
| 15 | "prisma", | 16 | "prisma", |
| 16 | "python", | 17 | "python", |
| 17 | "typescript", | 18 | "typescript", |
