Skip to content

Commit

Permalink
Merge branch 'develop' into experiment/anonymous_keywords
Browse files Browse the repository at this point in the history
  • Loading branch information
jpt13653903 committed Jul 6, 2024
2 parents 3ad632c + 05dffe2 commit e0e7f8f
Show file tree
Hide file tree
Showing 5 changed files with 125,210 additions and 124,909 deletions.
2 changes: 1 addition & 1 deletion grammar.js
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ module.exports = grammar({
),

design_unit: $ => prec.right(choice(
$._context_item,
seq(repeat1($._context_item), optional($._library_unit)),
$._library_unit,

// These are useful for language injection, e.g. Markdown
Expand Down
24 changes: 22 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 e0e7f8f

Please sign in to comment.