Skip to content

Commit

Permalink
Credit arch1t3ct for fold parsing logic
Browse files Browse the repository at this point in the history
  • Loading branch information
petzku committed Apr 21, 2023
1 parent c205594 commit 8e4bbdf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/0x.KaraTemplater.moon
Original file line number Diff line number Diff line change
Expand Up @@ -977,6 +977,7 @@ apply_templates = (subs, lines, components, tenv) ->
aegisub.progress.set 100 * i / #lines

fold_output = (subs) ->
-- code from https://github.com/TypesettingTools/arch1t3cht-Aegisub-Scripts/blob/6c1aa65e80a660cc3d2d47e7d5427155592a4300/macros/arch.ConvertFolds.moon
parse_line_fold = (line) ->
return if not line.extra

Expand Down

0 comments on commit 8e4bbdf

Please sign in to comment.