feat: add support for fsharp (#2021)

Co-authored-by: grenaad <g@g.com>
Co-authored-by: grenaad <dan4rie@gmail.com>
This commit is contained in:
kylo252 2021-12-02 09:27:39 +01:00 committed by GitHub
parent e0336ed029
commit 77bf0e3ea8
WARNING! Although there is a key with this ID in the database it does not verify this commit! This commit is SUSPICIOUS.
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 0 deletions

View file

@ -0,0 +1,3 @@
vim.cmd [[
au BufNewFile,BufRead *.fs,*.fsx,*.fsi set filetype=fsharp
]]

View file

@ -26,6 +26,7 @@ return {
"fennel", "fennel",
"fish", "fish",
"fortran", "fortran",
"fsharp",
"gdscript", "gdscript",
"glimmer", "glimmer",
"go", "go",