make ft_to_lang work for csharp (#2989)

This commit is contained in:
Alexej Kowalew 2022-06-05 13:04:57 +02:00 committed by GitHub
parent 8112d9bc90
commit 8aeb7ad5dc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -17,6 +17,7 @@ local filetype_to_parsername = {
OpenFOAM = "foam",
pandoc = "markdown",
rmd = "markdown",
cs = "c_sharp",
}
local list = setmetatable({}, {