From 96e9ee220bd81a9dea2b6791c07056a6f3d70548 Mon Sep 17 00:00:00 2001 From: Rahul Date: Sat, 26 Dec 2020 05:26:06 +0530 Subject: [PATCH 1/2] To Fix inline javaScript event layout {microsoft/vscode/issues/112189) Will fix the issue at https://github.com/microsoft/vscode/issues/112189 --- Syntaxes/HTML.plist | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Syntaxes/HTML.plist b/Syntaxes/HTML.plist index 228353f..e67fee7 100644 --- a/Syntaxes/HTML.plist +++ b/Syntaxes/HTML.plist @@ -356,7 +356,7 @@ match - ([^\n"/]|/(?![/*]))+ + ([^\n"/]|/)+ begin @@ -447,7 +447,7 @@ match - ([^\n'/]|/(?![/*]))+ + ([^\n'/]|/)+ begin From 9156b5b8dd4d54509d6c6f420adeefe20fb49d08 Mon Sep 17 00:00:00 2001 From: Rahul Date: Sat, 26 Dec 2020 06:00:19 +0530 Subject: [PATCH 2/2] Update HTML.plist --- Syntaxes/HTML.plist | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Syntaxes/HTML.plist b/Syntaxes/HTML.plist index e67fee7..8f94fe6 100644 --- a/Syntaxes/HTML.plist +++ b/Syntaxes/HTML.plist @@ -356,7 +356,7 @@ match - ([^\n"/]|/)+ + ([^\n"])+ begin @@ -447,7 +447,7 @@ match - ([^\n'/]|/)+ + ([^\n'])+ begin