diff options
| author | Thomas Schmucker <ts@its1.de> | 2026-09-07 11:50:00 +0200 |
|---|---|---|
| committer | Thomas Schmucker <ts@its1.de> | 2026-09-07 11:50:00 +0200 |
| commit | 58ccb30bb172c7e42728fbe12be69c7505ee297f (patch) | |
| tree | a2c271924d69d686fe94a764899e0582a3c76686 /nvim/lua/config/treesitter.lua | |
| parent | 873a5d57e0d5981cde181a28cb87444cdd375f23 (diff) | |
| download | dotfiles-58ccb30bb172c7e42728fbe12be69c7505ee297f.tar.gz dotfiles-58ccb30bb172c7e42728fbe12be69c7505ee297f.tar.bz2 dotfiles-58ccb30bb172c7e42728fbe12be69c7505ee297f.zip | |
Unterstützung für jsonc
Diffstat (limited to 'nvim/lua/config/treesitter.lua')
| -rw-r--r-- | nvim/lua/config/treesitter.lua | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/nvim/lua/config/treesitter.lua b/nvim/lua/config/treesitter.lua index de71d50..e52d637 100644 --- a/nvim/lua/config/treesitter.lua +++ b/nvim/lua/config/treesitter.lua | |||
| @@ -10,8 +10,7 @@ M.languages = { | |||
| 10 | -- "jinja", | 10 | -- "jinja", |
| 11 | -- "jinja_inline", | 11 | -- "jinja_inline", |
| 12 | "jq", | 12 | "jq", |
| 13 | "json", -- weiterhin nötig für Injections, z.B. ```json in Markdown | 13 | "json", -- deckt auch den Dateityp jsonc ab (siehe lua/config/filetypes.lua) |
| 14 | "jsonc", | ||
| 15 | "lua", | 14 | "lua", |
| 16 | "make", | 15 | "make", |
| 17 | "markdown", | 16 | "markdown", |
