mirror of
https://github.com/maaslalani/slides.git
synced 2026-01-09 14:28:05 -05:00
Add support for OCaml (#281)
This commit is contained in:
@@ -23,6 +23,7 @@ const (
|
||||
Go = "go"
|
||||
Javascript = "javascript"
|
||||
Lua = "lua"
|
||||
OCaml = "ocaml"
|
||||
Perl = "perl"
|
||||
Python = "python"
|
||||
Ruby = "ruby"
|
||||
@@ -70,6 +71,10 @@ var Languages = map[string]Language{
|
||||
Extension: "rb",
|
||||
Commands: cmds{{"ruby", "<file>"}},
|
||||
},
|
||||
OCaml: {
|
||||
Extension: "ml",
|
||||
Commands: cmds{{"ocaml", "<file>"}},
|
||||
},
|
||||
Python: {
|
||||
Extension: "py",
|
||||
Commands: cmds{{"python", "<file>"}},
|
||||
|
||||
Reference in New Issue
Block a user