Skip to content

Commit

Permalink
Added ReasonML support
Browse files Browse the repository at this point in the history
  • Loading branch information
happylinks committed Sep 18, 2020
1 parent f336716 commit bee22f8
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 2 deletions.
37 changes: 37 additions & 0 deletions languages.json
Expand Up @@ -7124,5 +7124,42 @@
"start": "\""
}
]
},
"ReasonML": {
"complexitychecks": [
"for ",
"for(",
"if ",
"if(",
"switch ",
"while ",
"else ",
"|| ",
"&& ",
"!= ",
"== "
],
"extensions": [
"re",
"rei"
],
"line_comment": [
"//"
],
"multi_line": [
[
"/*",
"*/"
]
],
"quotes": [
{
"end": "\"",
"start": "\""
}
],
"shebangs": [
"node"
]
}
}
4 changes: 2 additions & 2 deletions processor/constants.go

Large diffs are not rendered by default.

0 comments on commit bee22f8

Please sign in to comment.