feat: add reasonml support (#96)
This commit is contained in:
parent
0254db1c23
commit
6c98e7f547
1 changed files with 6 additions and 2 deletions
|
@ -62,6 +62,7 @@
|
||||||
"powershell",
|
"powershell",
|
||||||
"python",
|
"python",
|
||||||
"r",
|
"r",
|
||||||
|
"reasonml",
|
||||||
"ruby",
|
"ruby",
|
||||||
"rust",
|
"rust",
|
||||||
"scala",
|
"scala",
|
||||||
|
@ -990,8 +991,11 @@
|
||||||
".nix": {
|
".nix": {
|
||||||
"image": "nix"
|
"image": "nix"
|
||||||
},
|
},
|
||||||
|
".re": {
|
||||||
|
"image": "reasonml"
|
||||||
|
},
|
||||||
".marko": {
|
".marko": {
|
||||||
"image": "marko"
|
"image": "marko"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue