m-ender / retina

A regex-based programming language.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Control formatting through configuration

m-ender opened this issue · comments

This spans a lot of different modes and other options - whenever a mode is capable of returning a list, it would be convenient to be able to specify custom delimiters, as opposed to the simple newline separation.

This feature should probably be designed in conjunction with issue #7.

This has been added for Retina 1.0. [, | and ] are options which are followed by a character or string and determine the list start, delimiter and end, respectively.