From 6e5882a2fd02d30206ab9ca8aa5847b8ea09196c Mon Sep 17 00:00:00 2001 From: Thomas Schmucker Date: Wed, 12 Aug 2026 09:19:03 +0200 Subject: Normalize line endings --- nvim/lua/config/treesitter.lua | 56 +++++++++++++++++++++--------------------- 1 file changed, 28 insertions(+), 28 deletions(-) (limited to 'nvim/lua/config/treesitter.lua') diff --git a/nvim/lua/config/treesitter.lua b/nvim/lua/config/treesitter.lua index 1eee267..d900e41 100644 --- a/nvim/lua/config/treesitter.lua +++ b/nvim/lua/config/treesitter.lua @@ -1,28 +1,28 @@ -local M = {} - --- https://github.com/nvim-treesitter/nvim-treesitter/blob/main/SUPPORTED_LANGUAGES.md -M.languages = { - "bash", - "c", - "cpp", - "html", - "javascript", - "jq", - "json", - "lua", - "make", - "markdown", - "markdown_inline", - "po", - "powershell", - "prisma", - "python", - "typescript", - "vim", - "vimdoc", - "xml", - "yaml", - "zsh", -} - -return M +local M = {} + +-- https://github.com/nvim-treesitter/nvim-treesitter/blob/main/SUPPORTED_LANGUAGES.md +M.languages = { + "bash", + "c", + "cpp", + "html", + "javascript", + "jq", + "json", + "lua", + "make", + "markdown", + "markdown_inline", + "po", + "powershell", + "prisma", + "python", + "typescript", + "vim", + "vimdoc", + "xml", + "yaml", + "zsh", +} + +return M -- cgit v1.3