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:
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user