We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5455efe commit a133771Copy full SHA for a133771
src/language.rs
@@ -22,6 +22,7 @@ pub enum Language {
22
Elm,
23
Erlang,
24
Forth,
25
+ #[strum(serialize = "fortran")]
26
FortranModern,
27
FSharp,
28
Go,
0 commit comments