reworked html / javascript

This commit is contained in:
lumapu 2024-03-14 00:45:46 +01:00
parent 1e5d788914
commit 148c8e2099
7 changed files with 173 additions and 338 deletions

View file

@ -35,6 +35,6 @@ def check(inp, lst, pattern):
return out
def conv(inp, lst):
print(lst)
#print(lst)
out = check(inp, lst, r'\/\*(?:IF_|ELS|ENDIF_)([A-Z0-9\-_]+)?\*\/')
return check(out, lst, r'\<\!\-\-(?:IF_|ELS|ENDIF_)([A-Z0-9\-_]+)?\-\-\>')