mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-17 02:40:09 -04:00
make ft_to_lang work for csharp (#2989)
This commit is contained in:
parent
8112d9bc90
commit
8aeb7ad5dc
1 changed files with 1 additions and 0 deletions
|
|
@ -17,6 +17,7 @@ local filetype_to_parsername = {
|
||||||
OpenFOAM = "foam",
|
OpenFOAM = "foam",
|
||||||
pandoc = "markdown",
|
pandoc = "markdown",
|
||||||
rmd = "markdown",
|
rmd = "markdown",
|
||||||
|
cs = "c_sharp",
|
||||||
}
|
}
|
||||||
|
|
||||||
local list = setmetatable({}, {
|
local list = setmetatable({}, {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue