Files
tsvm/assets/bios/basic_minify_regex.txt

20 lines
159 B
Plaintext

Nuke comments until no match left:
/\*[ -~\n]+?\*/|//[^\n]*
then do:
\n *\n+
replace into
\n
until no match left
(4 spaces)
replace into
\t