Skip to content

Commit 7c8800f

Browse files
committed
Fix jsx close bracket ident matching
1 parent f3fa025 commit 7c8800f

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
@@ -313,7 +313,7 @@
313313
}
314314
},
315315
{
316-
"match": "</([A-Z_][0-9a-zA-Z_]*)"
316+
"match": "</([a-z_][0-9a-zA-Z_]*)"
317317
},
318318
{
319319
"match": "<([A-Z_][0-9a-zA-Z_]*)",

0 commit comments

Comments
 (0)