Skip to content

Commit

Permalink
Add support for ocamllex (*.mll) and ocamlyacc (*.mly) files. (#667)
Browse files Browse the repository at this point in the history
  • Loading branch information
trepetti authored Jan 11, 2021
1 parent 14d5adb commit 47038b7
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 @@ -818,7 +818,7 @@
"OCaml": {
"quotes": [["\\\"", "\\\""]],
"multi_line_comments": [["(*", "*)"]],
"extensions": ["ml", "mli", "re", "rei"]
"extensions": ["ml", "mli", "mll", "mly", "re", "rei"]
},
"Odin": {
"extensions": ["odin"],
Expand Down

0 comments on commit 47038b7

Please sign in to comment.