ruddfawcett / Notepad

[iOS] A fully themeable markdown editor with live syntax highlighting.
http://rudd.fyi/notepad
MIT License
881 stars 106 forks source link

Custom attributes #63

Closed SolorzanoJose closed 4 years ago

SolorzanoJose commented 4 years ago

Do we have any insight on how to customize the highlightning for custom attributes? say I want to add something called "user mention" like: [user][username], is this possible? if not out of the box then maybe guide me to the correct classes to implement it myself

ruddfawcett commented 4 years ago

Hi @SolorzanoJose, sorry for my delayed response. This is supported! Check out custom regex. Feel free to reopen with any other questions.