You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Notepad++ has a nice setup in adding language support. By language I mean syntax like markdown. Markdown in notepad2/mod/3 are lacking compared to notepad++.
Am I missing something and there actually already is a way to do this?
Need more information please let me know. I'm not always the greatest at explaining stuff initially.
The text was updated successfully, but these errors were encountered:
I was going through the related issues/requests and looked at 1540#issuecomment-522427391 and as far as the LexMarkdown.cxx, I'm not as familiar with C++ as I am with C# but the issue, in my own experience using notepad2/3/mod, is that the syntax scheme for the particular part, for example ### which represents a header, does not continue to the end of the line. There needs to be an escape method which in this case would be EOL (\r\n, \n, \r).
Sorry if I'm coming across the wrong way. Just trying to do my part to repay for such a great application which I use regularly. I may try to fork and do as suggested in the above mentioned comment to learn a bit more. Thank you!
@xCONFLiCTiONx : From LexMarkdown.cxx source code, it is explicitly defined, that only the the "#..." Header Marker are colorized, and the rest of the line is set to default colorization (except there is another '#' token). 🤔
Notepad++ has a nice setup in adding language support. By language I mean syntax like markdown. Markdown in notepad2/mod/3 are lacking compared to notepad++.
Am I missing something and there actually already is a way to do this?
Need more information please let me know. I'm not always the greatest at explaining stuff initially.
The text was updated successfully, but these errors were encountered: