Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ability to make our own language similar to notepad++ #1902

Closed
xCONFLiCTiONx opened this issue Jan 21, 2020 · 3 comments
Closed

Ability to make our own language similar to notepad++ #1902

xCONFLiCTiONx opened this issue Jan 21, 2020 · 3 comments

Comments

@xCONFLiCTiONx
Copy link

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.

@RaiKoHoff
Copy link
Collaborator

RaiKoHoff commented Jan 22, 2020

loosely related to #916, #1135, #1336, #1540.

@xCONFLiCTiONx
Copy link
Author

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!

@RaiKoHoff
Copy link
Collaborator

RaiKoHoff commented Jan 24, 2020

@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). 🤔

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants