mirror of
https://github.com/open-goal/jak-project
synced 2026-08-21 23:00:45 -04:00
d/jak2: finish find-nearest | trajectory | editable-h and most of editable and editable-player (#1847)
Also made a first-pass of their SQL schema in preparation for getting that working.
This commit is contained in:
@@ -114,7 +114,7 @@ def lookahead_for_code(lines, index):
|
||||
|
||||
# returns form, or none
|
||||
def is_line_start_of_form(line):
|
||||
if line.lstrip().startswith(";"):
|
||||
if line.lstrip().startswith(";") or "(when *debug-segment*" in line:
|
||||
return None
|
||||
matches = re.search(r"\(\s*([^\s.]*)\s+", line)
|
||||
if matches is not None:
|
||||
|
||||
Reference in New Issue
Block a user