Skip to content

Commit 2c0a7ec

Browse files
committed
Added ReasonML support
1 parent f336716 commit 2c0a7ec

File tree

2 files changed

+36
-2
lines changed

2 files changed

+36
-2
lines changed

languages.json

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7124,5 +7124,39 @@
71247124
"start": "\""
71257125
}
71267126
]
7127+
},
7128+
"ReasonML": {
7129+
"complexitychecks": [
7130+
"for ",
7131+
"for(",
7132+
"if ",
7133+
"if(",
7134+
"switch ",
7135+
"while ",
7136+
"else ",
7137+
"|| ",
7138+
"&& ",
7139+
"!= ",
7140+
"== "
7141+
],
7142+
"extensions": [
7143+
"re",
7144+
"rei"
7145+
],
7146+
"line_comment": [
7147+
"//"
7148+
],
7149+
"multi_line": [
7150+
[
7151+
"/*",
7152+
"*/"
7153+
]
7154+
],
7155+
"quotes": [
7156+
{
7157+
"end": "\"",
7158+
"start": "\""
7159+
}
7160+
]
71277161
}
71287162
}

processor/constants.go

Lines changed: 2 additions & 2 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)