maple-font
maple-font copied to clipboard
[FeatureReq] Ligature for some comments
There are few "standard" comment admonitions used in code, like
- ALERT
- TODO
- FIXME
- WARNING
- ATTENTION
- NOTE
- noqa/NOQA
Also, region markers are BEGIN/END.
It would be nice to have 'em rendered as [TODO] and others nowadays. A ligature may start w/ the # and/or // symbols (I guess) to catch some popular comment styles.
I have no plan to add built-in support for various opinioned "tags", but I will provide a easy way to generate them at compile time.
You can track it in #381
Hey, I plan to add built-in support for the admonitions you metioned, can you explain the use case and editor support for ALTER, ATTENTION and NOQA ?
Hey, I plan to add built-in support for the admonitions you metioned, can you explain the use case and editor support for
ALTER,ATTENTIONandNOQA?
Here is a typical list of admonitions my fav editor can highlight
I decide to implement part of them. You can customize it with some python code in next release.
:attention: _noqa_