yutent a52927cbd4 更新打包脚本 2023-06-05 18:45:47 +08:00
assets init 2023-03-03 12:07:45 +08:00
src 移除ts 2023-06-05 18:24:57 +08:00
syntaxes bug修复 2023-03-03 18:15:41 +08:00
tests 更新打包脚本 2023-06-05 18:45:47 +08:00
.gitignore bug修复 2023-03-03 18:15:41 +08:00
.prettierrc.yaml init 2023-03-03 12:07:45 +08:00
.vscodeignore bug修复 2023-03-03 18:15: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-05 18:45:47 +08:00
package.json 更新打包脚本 2023-06-05 18:45:47 +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%