Skip to content

Commit

Permalink
suuport .ML for OCaml file
Browse files Browse the repository at this point in the history
  • Loading branch information
hhatto committed May 11, 2016
1 parent 167d1a0 commit bc09d7f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
9 changes: 5 additions & 4 deletions language.go
Original file line number Diff line number Diff line change
Expand Up @@ -120,10 +120,11 @@ var Exts map[string]string = map[string]string{
"Matlab": "Matlab", // both use ext '.m'
"md": "md",
"markdown": "md",
"ml": "ml",
"mli": "ml",
"mll": "ml",
"mly": "ml",
"ML": "OCaml",
"ml": "OCaml",
"mli": "OCaml",
"mll": "OCaml",
"mly": "OCaml",
"mm": "mm",
"maven": "maven",
"makefile": "makefile",
Expand Down
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ func main() {
"less": less,
"Objective-C": objective_c,
"md": markdown,
"ml": ocaml,
"OCaml": ocaml,
"mm": objective_cpp,
"makefile": makefile,
"Matlab": matlab,
Expand Down

0 comments on commit bc09d7f

Please sign in to comment.