From 3b450592129b7457ff8259c2cb10f2cd1bb6c003 Mon Sep 17 00:00:00 2001 From: Konto Mondo Date: Sat, 24 Sep 2016 10:30:30 -0400 Subject: [PATCH] FSharp language file type --- src/types.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/types.rs b/src/types.rs index 3a05b5f3..add69c01 100644 --- a/src/types.rs +++ b/src/types.rs @@ -36,6 +36,7 @@ const TYPE_EXTENSIONS: &'static [(&'static str, &'static [&'static str])] = &[ "*.f", "*.F", "*.f77", "*.F77", "*.pfo", "*.f90", "*.F90", "*.f95", "*.F95", ]), + ("fsharp", &["*.fs", "*.fsx", "*.fsi"]), ("go", &["*.go"]), ("groovy", &["*.groovy"]), ("haskell", &["*.hs", "*.lhs"]),