grammar: remove shim again

Signed-off-by: Michael Hoffmann <mhoffm@posteo.de>
This commit is contained in:
Michael Hoffmann
2023-07-25 19:04:47 +02:00
parent becebebd35
commit 636dbe7030
12 changed files with 31068 additions and 31223 deletions

View File

@@ -33,7 +33,6 @@ block {
(block
(identifier)
(block_start)
(body)
(comment)
(block_end))))
@@ -55,8 +54,8 @@ block {
(block
(identifier)
(block_start)
(comment)
(body
(comment)
(attribute
(identifier)
(expression
@@ -80,8 +79,8 @@ block {
(block
(identifier)
(block_start)
(comment)
(body
(comment)
(attribute
(identifier)
(expression
@@ -153,5 +152,4 @@ comment at end of file
--------------------------------------------------------------------------------
(config_file
(body)
(comment))