diff options
| author | Thomas Schmucker <ts@its1.de> | 2026-02-05 14:12:45 +0100 |
|---|---|---|
| committer | Thomas Schmucker <ts@its1.de> | 2026-02-05 14:12:45 +0100 |
| commit | f51f28c18453b5351c952c3893fb4784835dc035 (patch) | |
| tree | 5eb924ba35c378bc53b9e90f464db6ca72560957 /nvim/lua/plugins | |
| parent | d717c213b1409303cdca2f9dda5257a65ba07327 (diff) | |
| download | dotfiles-f51f28c18453b5351c952c3893fb4784835dc035.tar.gz dotfiles-f51f28c18453b5351c952c3893fb4784835dc035.tar.bz2 dotfiles-f51f28c18453b5351c952c3893fb4784835dc035.zip | |
Neovim: Treesitter Einstellungen angepasst
Diffstat (limited to 'nvim/lua/plugins')
| -rw-r--r-- | nvim/lua/plugins/treesitter.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/nvim/lua/plugins/treesitter.lua b/nvim/lua/plugins/treesitter.lua index 7c15036..2bbc4c1 100644 --- a/nvim/lua/plugins/treesitter.lua +++ b/nvim/lua/plugins/treesitter.lua | |||
| @@ -23,6 +23,7 @@ return { | |||
| 23 | "html", | 23 | "html", |
| 24 | "javascript", | 24 | "javascript", |
| 25 | "lua", | 25 | "lua", |
| 26 | "make", | ||
| 26 | "markdown", | 27 | "markdown", |
| 27 | "markdown_inline", | 28 | "markdown_inline", |
| 28 | "prisma", | 29 | "prisma", |
