Skip to content

Commit

Permalink
allow multiple newlines after external body
Browse files Browse the repository at this point in the history
  • Loading branch information
treywood committed Aug 27, 2024
1 parent 47cf7f6 commit f52e70b
Show file tree
Hide file tree
Showing 5 changed files with 1,860 additions and 1,823 deletions.
2 changes: 1 addition & 1 deletion grammar.js
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ module.exports = grammar({
_external_body: ($) =>
seq(
$.external_body,
NL,
repeat1(NL),
),
external_body: ($) =>
seq(
Expand Down
43 changes: 23 additions & 20 deletions src/grammar.json

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

2 changes: 1 addition & 1 deletion src/node-types.json

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

Loading

0 comments on commit f52e70b

Please sign in to comment.