Reuse opt_nl rule

This commit is contained in:
S-H-GAMELINKS 2022-06-06 23:13:55 +09:00 committed by Nobuyoshi Nakada
parent f095361758
commit 3541f32951
Notes: git 2022-08-19 09:51:29 +09:00

View File

@ -5779,8 +5779,7 @@ rbracket : opt_nl ']'
rbrace : opt_nl '}'
;
trailer : /* none */
| '\n'
trailer : opt_nl
| ','
;