1
0
mirror of https://github.com/sharkdp/bat.git synced 2025-09-11 07:42:35 +01: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

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]