R: a better lexer to CudaText
-
- Posts: 2236
- Joined: 25.08.2021 18:15
Re: R: a better lexer to CudaText
yes, underline-style doesn't work. with lexer themes and w/o them. seems I will remove/disable the checkbox.
-
- Posts: 27
- Joined: 07.05.2024 18:58
Re: R: a better lexer to CudaText
Alexey,
Well, the first step has been taken: we have a good lexer for R that can still be improved. I will work on it calmly and send you to be socialized with other users.
Be amazed at how easily this was done! This facility reflects a lot of your previous accumulated experience when you set out to create CudaText. Congratulations!
I am now more familiar with CudaText's interface and features. I will continue studying...
Next question: is it possible to create Lexer containers in Cuda?
For example: R + Markdown, R + Latex, etc. The idea is to develop efficient Lexers for Rnoweb to CudaText.
If so, can you send me a small example...
Well, the first step has been taken: we have a good lexer for R that can still be improved. I will work on it calmly and send you to be socialized with other users.
Be amazed at how easily this was done! This facility reflects a lot of your previous accumulated experience when you set out to create CudaText. Congratulations!
I am now more familiar with CudaText's interface and features. I will continue studying...
Next question: is it possible to create Lexer containers in Cuda?
For example: R + Markdown, R + Latex, etc. The idea is to develop efficient Lexers for Rnoweb to CudaText.
If so, can you send me a small example...
-
- Posts: 2236
- Joined: 25.08.2021 18:15
Re: R: a better lexer to CudaText
Thank you.
Lot of lexers do it:
HTML (includes CSS, JSON, JS, HTML Style)
JS (includes JSDoc)
Markdown (includes JS, CSS, YAML, JSON, HTML)
etc
Sublexers. A lexer needs the configuration in the 'sub lexers' ui-tab of SynWrite dialog.>is it possible to create Lexer containers in Cuda?
Lot of lexers do it:
HTML (includes CSS, JSON, JS, HTML Style)
JS (includes JSDoc)
Markdown (includes JS, CSS, YAML, JSON, HTML)
etc