Skip to content

Commit

Permalink
To Fix inline javaScript event layout {microsoft/vscode/issues/112189)
Browse files Browse the repository at this point in the history
Will fix the issue at microsoft/vscode#112189
  • Loading branch information
rahul3v authored Dec 25, 2020
1 parent 0c3d5ee commit 96e9ee2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Syntaxes/HTML.plist
Original file line number Diff line number Diff line change
Expand Up @@ -356,7 +356,7 @@
</dict>
</dict>
<key>match</key>
<string>([^\n"/]|/(?![/*]))+</string>
<string>([^\n"/]|/)+</string>
</dict>
<dict>
<key>begin</key>
Expand Down Expand Up @@ -447,7 +447,7 @@
</dict>
</dict>
<key>match</key>
<string>([^\n'/]|/(?![/*]))+</string>
<string>([^\n'/]|/)+</string>
</dict>
<dict>
<key>begin</key>
Expand Down

0 comments on commit 96e9ee2

Please sign in to comment.