Skip to content

Commit

Permalink
feat: remove unused rule
Browse files Browse the repository at this point in the history
  • Loading branch information
lewis6991 committed Sep 5, 2024
1 parent d5200da commit cdba4ab
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 22 deletions.
5 changes: 0 additions & 5 deletions grammar.js
Original file line number Diff line number Diff line change
Expand Up @@ -319,11 +319,6 @@ module.exports = grammar({
'"',
),

// quoted_braced_word: $ => seq(
// '{', repeat($.simple_word), '}',
// ),
quoted_braced_word: $ => seq('{', /[^}]+/, '}'),

escaped_character: _ => /\\./,

_quoted_word_content: _ => token(prec(-1, /[^$\\\[\]"]+/)),
Expand Down
17 changes: 0 additions & 17 deletions src/grammar.json

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

0 comments on commit cdba4ab

Please sign in to comment.