mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-13 03:31:15 +00:00
Allow prepending space for exact marker match
This commit is contained in:
parent
75802101ac
commit
5a4c9234a9
@ -12,7 +12,7 @@
|
||||
flags=re.I,
|
||||
)
|
||||
|
||||
markerExactRegex = re.compile(r"// ([A-Z]+): ([A-Z0-9]+) (0x[a-f0-9]+)$")
|
||||
markerExactRegex = re.compile(r"\s*// ([A-Z]+): ([A-Z0-9]+) (0x[a-f0-9]+)$")
|
||||
|
||||
# The goal here is to just read whatever is on the next line, so some
|
||||
# flexibility in the formatting seems OK
|
||||
|
||||
Loading…
Reference in New Issue
Block a user