Skip to content

Commit

Permalink
fix: do not require newline after block comment =end
Browse files Browse the repository at this point in the history
  • Loading branch information
hvitved authored May 23, 2024
1 parent b41dc0f commit dc2d7d6
Show file tree
Hide file tree
Showing 4 changed files with 8,477 additions and 8,485 deletions.
1 change: 0 additions & 1 deletion grammar.js
Original file line number Diff line number Diff line change
Expand Up @@ -1065,7 +1065,6 @@ module.exports = grammar({
/=en[^d]/,
)),
/[\s*]*=end.*/,
/\r?\n/,
),
))),

Expand Down
4 changes: 0 additions & 4 deletions src/grammar.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit dc2d7d6

Please sign in to comment.