mirror of
https://github.com/sharkdp/bat
synced 2026-07-28 17:51:44 +00:00
Defaults *.fs to F#
This commit is contained in:
@@ -14,6 +14,8 @@ fn no_duplicate_extensions() {
|
||||
// The "Ruby Haml" syntax also comes with a '.sass' extension. However, we make sure
|
||||
// that 'sass' is mapped to the 'Sass' syntax.
|
||||
"sass",
|
||||
// The '.fs' extension appears in F# and GLSL. We default to F#.
|
||||
"fs",
|
||||
];
|
||||
|
||||
let assets = HighlightingAssets::from_binary();
|
||||
|
||||
Reference in New Issue
Block a user