Skip to content

Commit 3efe079

Browse files
committed
Update rescript.tmLanguage.json
1 parent 1dba34a commit 3efe079

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

grammars/rescript.tmLanguage.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@
209209
"defaultIdIsVariable": {
210210
"patterns": [
211211
{
212-
"match": "[A-Za-z_][A-Za-z0-9]*",
212+
"match": "[A-Za-z][A-Za-z0-9]*",
213213
"name": "variable"
214214
}
215215
]

0 commit comments

Comments
 (0)