Browse Source

feat: add support for fsharp (#2021)

Co-authored-by: grenaad <g@g.com>
Co-authored-by: grenaad <dan4rie@gmail.com>
kylo252 3 years ago
parent
commit
77bf0e3ea8
2 changed files with 4 additions and 0 deletions
  1. 3 0
      ftdetect/fsautocomplete.lua
  2. 1 0
      lua/lvim/config/supported_languages.lua

+ 3 - 0
ftdetect/fsautocomplete.lua

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

+ 1 - 0
lua/lvim/config/supported_languages.lua

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