Skip to content

Commit

Permalink
Merge pull request #163 from amaanq/fix
Browse files Browse the repository at this point in the history
Fix
  • Loading branch information
amaanq authored Aug 13, 2023
2 parents b62e08e + 87a5caa commit 54fa1fe
Show file tree
Hide file tree
Showing 3 changed files with 54,000 additions and 50,036 deletions.
1 change: 1 addition & 0 deletions grammar.js
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ module.exports = grammar({

_block_item: $ => choice(
$.function_definition,
alias($._old_style_function_definition, $.function_definition),
$.linkage_specification,
$.declaration,
$._statement,
Expand Down
9 changes: 9 additions & 0 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 54fa1fe

Please sign in to comment.