diff options
author | kylo252 <[email protected]> | 2021-12-02 09:27:39 +0100 |
---|---|---|
committer | GitHub <[email protected]> | 2021-12-02 09:27:39 +0100 |
commit | 77bf0e3ea8caf18dcb687ab432eee94c14fd5b08 (patch) | |
tree | 811638323533883f4207c3e9ead7aeaa90414800 /ftdetect/fsautocomplete.lua | |
parent | e0336ed029f8368fb1c7a0240f93af1ccf409ffd (diff) |
feat: add support for fsharp (#2021)
Co-authored-by: grenaad <[email protected]>
Co-authored-by: grenaad <[email protected]>
Diffstat (limited to 'ftdetect/fsautocomplete.lua')
-rw-r--r-- | ftdetect/fsautocomplete.lua | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ftdetect/fsautocomplete.lua b/ftdetect/fsautocomplete.lua new file mode 100644 index 00000000..0b71987e --- /dev/null +++ b/ftdetect/fsautocomplete.lua @@ -0,0 +1,3 @@ +vim.cmd [[ + au BufNewFile,BufRead *.fs,*.fsx,*.fsi set filetype=fsharp +]] |