Skip to content

Commit

Permalink
Added litHtml support
Browse files Browse the repository at this point in the history
  • Loading branch information
adegruchy committed Aug 31, 2023
1 parent f7da2fe commit 72e0099
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion syntaxes/lit-html.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
{
"name": "string.js.taggedTemplate",
"contentName": "meta.embedded.block.html",
"begin": "(?x)(\\b(?:\\w+\\.)*(?:html|safeHtml)\\s*)(`)",
"begin": "(?x)(\\b(?:\\w+\\.)*(?:html|safeHtml|litHtml)\\s*)(`)",
"beginCaptures": {
"1": {
"name": "entity.name.function.tagged-template.js"
Expand Down

0 comments on commit 72e0099

Please sign in to comment.