Add top-level declarations
This commit is contained in:
parent
1449aa939f
commit
3cf701dbb1
5 changed files with 1489 additions and 1418 deletions
|
|
@ -28,6 +28,7 @@ module.exports = grammar({
|
|||
rules: {
|
||||
source_file: ($) => choice(
|
||||
$._expr,
|
||||
optional($._declaration_chunks),
|
||||
),
|
||||
|
||||
// Expressions {{{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue