diff --git a/src/org/org_parser_properties_block.nim b/src/org/org_parser_properties_block.nim index 803d329..6cbac4b 100644 --- a/src/org/org_parser_properties_block.nim +++ b/src/org/org_parser_properties_block.nim @@ -39,8 +39,8 @@ let propertiesParser* = proc(parser: Parser): ParserResult {.closure.} = )) else: valueTokenParser -let propertiesStartParser* = str(":PROPERTIES_START:") + newline -let propertiesEndParser* = str(":PROPERTIES_END:") + newline +let propertiesStartParser* = str(":PROPERTIES:") + newline +let propertiesEndParser* = str(":PROPERTIES_END:") let parseProperties* = @[ ignore(propertiesStartParser),