Files
tsvm/assets/disk0/tbas/regex
2021-01-29 10:59:46 +09:00

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