17
Is there a text editor that would allow me to create syntax highlighting easily?
(self.text_editors)
Icon base by Delapouite under CC BY 3.0 with modifications to add a gradient
So far, the most challenging part was highlighting things that counts as comment rather than pointers to image pixels or accessible variables. That's not the end of my trouble though.
I do want to figure out how to highlight "expr" including newlines inside expr. expr is basically any mathematical expression that is utilized on JIT compilation.
Along with that to set up regex inside it to highlight section of expr.
While still maintaining priority of regex. So, if one regex is more important, it'll overwrite whatever highlighted.
What do you mean? I'm pretty new to making syntax highlighting for KDE Kate, so I'm just now fixing my other thing before I get into much more advanced concept of it.