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",
"python",
"r",
"reasonml",
"ruby",
"rust",
"scala",
@ -990,8 +991,11 @@
".nix": {
"image": "nix"
},
".re": {
"image": "reasonml"
},
".marko": {
"image": "marko"
}
"image": "marko"
}
}
}