diff options
| author | Thomas Schmucker <ts@its1.de> | 2026-03-25 07:08:57 +0100 |
|---|---|---|
| committer | Thomas Schmucker <ts@its1.de> | 2026-03-25 07:08:57 +0100 |
| commit | e99756d1d5acb6805003b403985ee0a2a253bf26 (patch) | |
| tree | 7dac1f53da9f2f231d4457dd56589b3a514e841d /nvim/lua/config/treesitter.lua | |
| parent | 9f6461c5b1cb6754b130b30dfe9ba50fd1fcf9cb (diff) | |
| download | dotfiles-e99756d1d5acb6805003b403985ee0a2a253bf26.tar.gz dotfiles-e99756d1d5acb6805003b403985ee0a2a253bf26.tar.bz2 dotfiles-e99756d1d5acb6805003b403985ee0a2a253bf26.zip | |
Neovim: Sonarqube Unterstützung hinzugefügt
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", |
