.language-css > code, .language-sass > code, .language-scss > code { color: #fd9170; } [class*="language-"] .namespace { opacity: 0.7; } .token.atrule { color: #c792ea; } .token.attr-name { color: #ffcb6b; } .token.attr-value { color: #a5e844; } .token.attribute { color: #a5e844; } .token.boolean { color: #c792ea; } .token.builtin { color: #ffcb6b; } .token.cdata { color: #80cbc4; } .token.char { color: #80cbc4; } .token.class { color: #ffcb6b; } .token.class-name { color: #f2ff00; } .token.comment { color: #616161; } .token.constant { color: #c792ea; } .token.deleted { color: #ff6666; } .token.doctype { color: #616161; } .token.entity { color: #ff6666; } .token.function { color: #c792ea; } .token.hexcode { color: #f2ff00; } .token.id { color: #c792ea; font-weight: bold; } .token.important { color: #c792ea; font-weight: bold; } .token.inserted { color: #80cbc4; } .token.keyword { color: #c792ea; } .token.number { color: #fd9170; } .token.operator { color: #89ddff; } .token.prolog { color: #616161; } .token.property { color: #80cbc4; } .token.pseudo-class { color: #a5e844; } .token.pseudo-element { color: #a5e844; } .token.punctuation { color: #89ddff; } .token.regex { color: #f2ff00; } .token.selector { color: #ff6666; } .token.string { color: #a5e844; } .token.symbol { color: #c792ea; } .token.tag { color: #ff6666; } .token.unit { color: #fd9170; } .token.url { color: #ff6666; } .token.variable { color: #ff6666; } BodySize Unnamed repository; edit this file 'description' to name the repository.
aboutsummaryrefslogtreecommitdiff
path: root/integration/snippets/latin1-chars-in-regexp.js (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2022-03-07[JS] Don't make this inlineGravatar Jarred Sumner 1-2/+2
2022-03-07[JS] Slight optimization for newlinesGravatar Jarred Sumner 1-36/+2
2022-03-07[JS Parser] Fix bug with decoding escape sequencesGravatar Jarred Sumner 1-4/+4
2022-03-07[JS/JSON] Optimize parsing long stringsGravatar Jarred Sumner 1-1/+37
2022-03-07[JS Parser] Add optimization for JSX spreadGravatar Jarred Sumner 1-0/+11
2022-03-061.7x faster sourcemap printingGravatar Jarred Sumner 1-24/+32
2022-03-06source maps work for app code in `bun dev`!Gravatar Jarred Sumner 19-153/+1098
2022-03-05[JS Parser] dot property shorthand for JSXGravatar Jarred Sumner 3-10/+82
2022-03-05Update README.mdGravatar Jarred Sumner 1-1/+1
2022-03-05Update README.mdGravatar Jarred Sumner 1-1/+1
2022-03-05Update README.mdGravatar Jarred Sumner 1-1/+12