In #39, we discussed about using ; as an attribute delimiting modifier.
We can generalize this for other argument-style grammars.
Currently one I can think of is macro arguments:
.image path/to/image.png; more; arguments
@code bash; nonumber
@end
There was a suggestion to separate attributes and macros (#38), and I don’t think having similar syntax for arguments will make user confused as long as we use different prefixes.
In #39, we discussed about using
;
as an attribute delimiting modifier.We can generalize this for other argument-style grammars. Currently one I can think of is macro arguments:
There was a suggestion to separate attributes and macros (#38), and I don’t think having similar syntax for arguments will make user confused as long as we use different prefixes.