Thanks to visit codestin.com
Credit goes to github.com

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

Commit 56262ca

Browse files
committed
removed need for end with trailing semi colon
1 parent 283d5f5 commit 56262ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

syntaxes/es6-inline-html.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@
109109
},
110110
{
111111
"begin": "(\\$\\(`)",
112-
"end": "(`\\);)",
112+
"end": "(`\\))",
113113
"beginCaptures": {
114114
"1": {
115115
"name": "entity.name.tag"

0 commit comments

Comments
 (0)