Skip to content

Commit

Permalink
fix: un-inline statement
Browse files Browse the repository at this point in the history
It's a supertype and should not be inlined, since that makes it
un-queryable
  • Loading branch information
amaanq committed May 2, 2024
1 parent fff4560 commit c002746
Show file tree
Hide file tree
Showing 3 changed files with 63,355 additions and 73,997 deletions.
1 change: 0 additions & 1 deletion grammar.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ module.exports = grammar({
inline: $ => [
$._call_signature,
$._formal_parameter,
$.statement,
$._expressions,
$._semicolon,
$._identifier,
Expand Down
2 changes: 0 additions & 2 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 c002746

Please sign in to comment.