Override tokenTypes in html for #46145

This commit is contained in:
Pine Wu 2018-03-20 16:35:38 -07:00
parent 0ffba11828
commit 581000a2da

View file

@ -55,6 +55,9 @@
"source.js": "javascript",
"source.python": "python",
"source.smarty": "smarty"
},
"tokenTypes": {
"meta.tag string.quoted": "other"
}
}
],