summaryrefslogtreecommitdiff
path: root/ftdetect/fsautocomplete.lua
diff options
context:
space:
mode:
authorkylo252 <[email protected]>2021-12-02 09:27:39 +0100
committerGitHub <[email protected]>2021-12-02 09:27:39 +0100
commit77bf0e3ea8caf18dcb687ab432eee94c14fd5b08 (patch)
tree811638323533883f4207c3e9ead7aeaa90414800 /ftdetect/fsautocomplete.lua
parente0336ed029f8368fb1c7a0240f93af1ccf409ffd (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.lua3
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
+]]