Page 3 of 3
Re: R: a better lexer to CudaText
Posted: 10.05.2024 04:39
by main Alexey
yes, underline-style doesn't work. with lexer themes and w/o them. seems I will remove/disable the checkbox.
Re: R: a better lexer to CudaText
Posted: 10.05.2024 05:01
by jcfaria.uesc
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...
Re: R: a better lexer to CudaText
Posted: 10.05.2024 05:39
by main Alexey
Thank you.
>is it possible to create Lexer containers in Cuda?
Sublexers. A lexer needs the configuration in the 'sub lexers' ui-tab of SynWrite dialog.
Lot of lexers do it:
HTML (includes CSS, JSON, JS, HTML Style)
JS (includes JSDoc)
Markdown (includes JS, CSS, YAML, JSON, HTML)
etc