1
0
mirror of https://github.com/sharkdp/bat synced 2026-07-30 18:11:44 +00:00

Defaults *.fs to F#

This commit is contained in:
Caio Alonso
2020-06-26 21:42:05 -03:00
parent 233d375983
commit fc121f0c87
3 changed files with 4 additions and 0 deletions
+1
View File
@@ -428,6 +428,7 @@ mod tests {
assert_eq!(test.syntax_for_file("test.h"), "C++");
assert_eq!(test.syntax_for_file("test.sass"), "Sass");
assert_eq!(test.syntax_for_file("test.js"), "JavaScript (Babel)");
assert_eq!(test.syntax_for_file("test.fs"), "F#");
}
#[test]