Skip to content

Commit

Permalink
Merge 2c0a7ec into f336716
Browse files Browse the repository at this point in the history
  • Loading branch information
happylinks committed Sep 22, 2020
2 parents f336716 + 2c0a7ec commit bf882e9
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 2 deletions.
34 changes: 34 additions & 0 deletions languages.json
Original file line number Diff line number Diff line change
Expand Up @@ -7124,5 +7124,39 @@
"start": "\""
}
]
},
"ReasonML": {
"complexitychecks": [
"for ",
"for(",
"if ",
"if(",
"switch ",
"while ",
"else ",
"|| ",
"&& ",
"!= ",
"== "
],
"extensions": [
"re",
"rei"
],
"line_comment": [
"//"
],
"multi_line": [
[
"/*",
"*/"
]
],
"quotes": [
{
"end": "\"",
"start": "\""
}
]
}
}
4 changes: 2 additions & 2 deletions processor/constants.go

Large diffs are not rendered by default.

0 comments on commit bf882e9

Please sign in to comment.