R: a better lexer to CudaText

All questions regarding lexer highlighting schemes are discussed here...
main Alexey
Posts: 2236
Joined: 25.08.2021 18:15

Re: R: a better lexer to CudaText

Post by main Alexey »

yes, underline-style doesn't work. with lexer themes and w/o them. seems I will remove/disable the checkbox.
jcfaria.uesc
Posts: 27
Joined: 07.05.2024 18:58

Re: R: a better lexer to CudaText

Post 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...
main Alexey
Posts: 2236
Joined: 25.08.2021 18:15

Re: R: a better lexer to CudaText

Post 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
Post Reply