We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9cb9a10 commit 863b4ffCopy full SHA for 863b4ff
src/main/kotlin/com/github/xepozz/toon/language/parser/Toon.bnf
@@ -90,7 +90,7 @@ field_names ::= key (COMMA key)*
90
table_data ::= table_data_inline | table_data_multiline
91
92
table_data_inline ::= table_data_value
93
-table_data_multiline ::= EOL INDENT table_data_multiline_item (EOL | table_data_multiline_item)* DEDENT {
+table_data_multiline ::= EOL INDENT EOL* table_data_multiline_item (EOL | table_data_multiline_item)* DEDENT {
94
pin = 2
95
}
96
0 commit comments