## string-html-css
一个高亮js代码中的 html/css/scss/sass/less的字符串, 并支持emmet.
```js
const foo = css`
.foo { color: red }
`
const foo = scss`
const foo = html`
<div>hello</div>
```