Skip to content

Commit a133771

Browse files
committed
add [strum(serialize = fortran)] for FortranModern
1 parent 5455efe commit a133771

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/language.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ pub enum Language {
2222
Elm,
2323
Erlang,
2424
Forth,
25+
#[strum(serialize = "fortran")]
2526
FortranModern,
2627
FSharp,
2728
Go,

0 commit comments

Comments
 (0)