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