Skip to content

Commit

Permalink
fix: remove dead code
Browse files Browse the repository at this point in the history
  • Loading branch information
hankthetank27 committed Aug 12, 2024
1 parent a66ad5f commit bba9679
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 120 deletions.
17 changes: 0 additions & 17 deletions grammar.js
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,6 @@ module.exports = grammar({
$.raw_statement,
$.style_statement,
$.javascript_statement,
// $.custom_paired_statement,
),

_untagged_paired_statement: ($) =>
Expand Down Expand Up @@ -390,9 +389,6 @@ module.exports = grammar({

paginate_statement: ($) => paired($).tagged._paginate,

custom_paired_statement: ($) => paired($).tagged._custom,


// untagged
_if_liq: ($) => paired($).untagged._if,

Expand Down Expand Up @@ -702,19 +698,6 @@ function statements($, rules) {

rules.wrapper('endform'),
),

_custom: seq(
rules.wrapper(
$.identifier,
optional($._expression),
),

field('body', alias(repeat(rules.node), $.block)),

rules.wrapper(
$.identifier,
),
),
};
}

Expand Down
103 changes: 0 additions & 103 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 bba9679

Please sign in to comment.