Skip to content
This repository was archived by the owner on Dec 15, 2022. It is now read-only.

Commit 7cb6cfd

Browse files
committed
Remove , so this rule actually works
1 parent 8682ace commit 7cb6cfd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

grammars/tree-sitter-javascript.cson

+1-1
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ scopes:
8686
'
8787
jsx_opening_element > identifier,
8888
jsx_closing_element > identifier,
89-
jsx_self_closing_element > identifier,
89+
jsx_self_closing_element > identifier
9090
': [
9191
{
9292
match: '^[A-Z]',

0 commit comments

Comments
 (0)