feat: add reasonml support (#96)

This commit is contained in:
Sarah Laplace 2018-11-01 07:05:21 -05:00 committed by Crawl
parent 0254db1c23
commit 6c98e7f547

View file

@ -62,6 +62,7 @@
"powershell", "powershell",
"python", "python",
"r", "r",
"reasonml",
"ruby", "ruby",
"rust", "rust",
"scala", "scala",
@ -990,6 +991,9 @@
".nix": { ".nix": {
"image": "nix" "image": "nix"
}, },
".re": {
"image": "reasonml"
},
".marko": { ".marko": {
"image": "marko" "image": "marko"
} }