Skip to content

Commit

Permalink
add fvOptions as an OpenFOAM file
Browse files Browse the repository at this point in the history
  • Loading branch information
FoamScience committed May 19, 2024
1 parent 7c7c750 commit 1173c02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/parse/guess_language.rs
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@ pub(crate) fn language_globs(language: Language) -> Vec<glob::Pattern> {
"Emakefile",
],
FSharp => &["*.fs", "*.fsx", "*.fsi"],
Foam => &["*Dict", "*Properties", "fvSolution", "fvSchemes"],
Foam => &["*Dict", "*Properties", "fvSolution", "fvSchemes", "fvOptions"],
Gleam => &["*.gleam"],
Go => &["*.go"],
Hack => &["*.hack", "*.hck", "*.hhi"],
Expand Down

0 comments on commit 1173c02

Please sign in to comment.