mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-02 11:36:54 -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",
|
||||
pandoc = "markdown",
|
||||
rmd = "markdown",
|
||||
cs = "c_sharp",
|
||||
}
|
||||
|
||||
local list = setmetatable({}, {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue