Skip to content

Commit 60c417e

Browse files
committed
Updated grammer file to remove raw option
1 parent 020ee67 commit 60c417e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

syntaxes/lit-html.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
{
1616
"name": "string.js.taggedTemplate",
1717
"contentName": "meta.embedded.block.html",
18-
"begin": "(?x)(\\b(?:\\w+\\.)*(?:html|raw|safeHtml)\\s*)(`)",
18+
"begin": "(?x)(\\b(?:\\w+\\.)*(?:html|safeHtml)\\s*)(`)",
1919
"beginCaptures": {
2020
"1": {
2121
"name": "entity.name.function.tagged-template.js"

0 commit comments

Comments
 (0)