feat: add filetype for xLua .cs (#340)

This commit is contained in:
fum1h1ro 2020-11-20 20:50:23 +09:00 committed by GitHub
parent 380c7db50c
commit 3df442d66a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -127,6 +127,7 @@ local file_types = {
['.cxx'] = cc,
['.C'] = cc,
['.mm'] = cc,
['.cs'] = cc,
['.moon'] = lang.moon,
}
------- ldoc external API ------------