yutent 583b7586df 一大波更新 2023-06-06 15:26:41 +08:00
assets init 2023-03-03 12:07:45 +08:00
src 一大波更新 2023-06-06 15:26:41 +08:00
syntaxes 一大波更新 2023-06-06 15:26:41 +08:00
tests 一大波更新 2023-06-06 15:26:41 +08:00
.gitignore bug修复 2023-03-03 18:15:41 +08:00
.prettierrc.yaml init 2023-03-03 12:07:45 +08:00
.vscodeignore 一大波更新 2023-06-06 15:26:41 +08:00
CHANGELOG.md init 2023-03-03 12:07:45 +08:00
LICENSE init 2023-03-03 12:07:45 +08:00
README.md 增加scss支持 2023-03-03 17:17:11 +08:00
build.mjs 一大波更新 2023-06-06 15:26:41 +08:00
package.json 一大波更新 2023-06-06 15:26:41 +08:00

README.md

string-html-css

一个高亮js代码中的 html/css/scss/sass/less的字符串, 并支持emmet.


const foo = css`
  .foo { color: red }
`

const foo = scss`
  .foo { color: red }
`

const foo = html`
  <div>hello</div>
`

TypeScript 96.4%
JavaScript 3.6%