ignore svg

This commit is contained in:
Paul Falstad
2026-02-23 22:53:56 -08:00
parent 7fd2556336
commit 4ec191bd9e

View File

@@ -12,6 +12,10 @@ output = []
def checkString(bstr, str, astr, line):
if re.search("\+ *$", bstr):
return
if re.search("<svg>", str):
return
if re.search("</svg>", str):
return
if re.search("^ *\+", astr):
return
if re.search("Elm$", str):