Skip to content

Commit e26b3d3

Browse files
committed
feat: empty statement
1 parent 953f8aa commit e26b3d3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

grammar.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,7 @@ module.exports = grammar({
144144
$.asm_block,
145145
$.expr_stmt,
146146
$._decl_stmt,
147+
alias(';', $.empty_stmt),
147148
),
148149

149150
asm_block: $ => $._asm_block,

0 commit comments

Comments
 (0)