summaryrefslogtreecommitdiff
path: root/lua/nvim-treesitter
diff options
context:
space:
mode:
authorAlexej Kowalew <616b2f@gmail.com>2022-06-05 13:04:57 +0200
committerGitHub <noreply@github.com>2022-06-05 13:04:57 +0200
commit8aeb7ad5dc55f8532578211e749261e491b116e9 (patch)
tree7fb82772fe0531d788390e0debaf6e58806a8e1c /lua/nvim-treesitter
parent8112d9bc90011c368761f5b0b1945ed9a7798838 (diff)
make ft_to_lang work for csharp (#2989)
Diffstat (limited to 'lua/nvim-treesitter')
-rw-r--r--lua/nvim-treesitter/parsers.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/lua/nvim-treesitter/parsers.lua b/lua/nvim-treesitter/parsers.lua
index 182273ef..670524c4 100644
--- a/lua/nvim-treesitter/parsers.lua
+++ b/lua/nvim-treesitter/parsers.lua
@@ -17,6 +17,7 @@ local filetype_to_parsername = {
OpenFOAM = "foam",
pandoc = "markdown",
rmd = "markdown",
+ cs = "c_sharp",
}
local list = setmetatable({}, {