fix: allow comments in attributes

This commit is contained in:
Dusty Pomerleau 2020-11-02 15:33:11 +11:00
parent 86d3b78407
commit 79598f55b0

View file

@ -139,6 +139,12 @@
}
},
"patterns": [
{
"include": "#block-comments"
},
{
"include": "#comments"
},
{
"include": "#keywords"
},