From fdf7e3b058ce5ddde89b1e96b54f51ba067c7ef9 Mon Sep 17 00:00:00 2001 From: Suges Date: Mon, 7 Jun 2021 09:49:23 -0400 Subject: [PATCH] Relaxed opening tag Some projects I work on have the opening tag specified with: html` and others: html ` So this little change just allows both. --- lit-element.sublime-syntax | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lit-element.sublime-syntax b/lit-element.sublime-syntax index 0621588..a75d523 100644 --- a/lit-element.sublime-syntax +++ b/lit-element.sublime-syntax @@ -1054,7 +1054,7 @@ contexts: lit-html: - - match: 'html`' + - match: \bhtml\b\s?` scope: punctuation.section.flowtype.begin push: lit-html-body