Skip to content

Commit

Permalink
Allow empty match blocks
Browse files Browse the repository at this point in the history
  • Loading branch information
ObserverOfTime committed Nov 2, 2023
1 parent e400863 commit 9dcfe0f
Show file tree
Hide file tree
Showing 4 changed files with 3,510 additions and 3,471 deletions.
2 changes: 1 addition & 1 deletion grammar.js
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ module.exports = grammar({
),
optional($._space),
$._eol,
$._declarations
optional($._declarations)
)),

condition: $ => choice(
Expand Down
12 changes: 10 additions & 2 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 9dcfe0f

Please sign in to comment.