Skip to content

Commit

Permalink
Add missing extension fsti for F* (#1184)
Browse files Browse the repository at this point in the history
This PR just adds `fsti` to list of extensions for F*.
(while `fst` are for implementations, `fsti` are for interfaces)
  • Loading branch information
W95Psp authored Oct 31, 2024
1 parent 16a97f3 commit 3f07a0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion languages.json
Original file line number Diff line number Diff line change
Expand Up @@ -578,7 +578,7 @@
"quotes": [["\\\"", "\\\""]],
"line_comment": ["//"],
"multi_line_comments": [["(*", "*)"]],
"extensions": ["fst"]
"extensions": ["fst", "fsti"]
},
"Futhark": {
"line_comment": ["--"],
Expand Down

0 comments on commit 3f07a0c

Please sign in to comment.