Skip to content

Commit

Permalink
Update lib/cmxl.rb
Browse files Browse the repository at this point in the history
Co-authored-by: Frederik Bonfanti <[email protected]>
  • Loading branch information
janz93 and bonflintstone authored Jan 28, 2025
1 parent 67a4b79 commit 8ad1237
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lib/cmxl.rb
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ def self.config
@config
end
@config = {
# One or more newlines
# followed by `-` at the beginning of a line.
# "Eats up" but does not require characters until the end of the line and more newlines.
# \R is a platform independent newline but in the negated group `[^\n\r]` that did not seem to work.
statement_separator: /\R+-[^\n\r]*\R*/m,
raise_line_format_errors: true,
strip_headers: false
Expand Down

0 comments on commit 8ad1237

Please sign in to comment.