ruins
Version:
> [!IMPORTANT] > This is in beta. Not everything is ironed out and some modules might misbehave
2 lines (1 loc) • 412 B
JavaScript
import{c as s}from"./index-DYX4a-ub.js";const e={any:{regex:/.*/g,css:s.text},property:{regex:/(^|[\r\n])[^:]*:/g,css:s.key},value:{regex:/:.*/g,css:s.string},dashes:{regex:/--/g,css:s.dashes},parenthesis:{regex:/[\\(\\)]/g,css:s.curlyBrackets},keyword:{regex:/var(?=\()/g,css:s.keyword},comment:{regex:/\/\*([\s\S]*?)\*\//g,css:s.comment},symbol:{regex:/;/g,css:s.text}},c={definitions:e};export{c as default};