Kate Highlighting Power
by Dominik • 2007-09-12 • Users
Kate’s highlighting capabilities are amazing. If you want you can highlight really complex syntax, without having to hardcode rules in C++. As an example, we’ll take a look at how Lua comments can be realized: –[=[ starts a multiline comment (the '=' chars are optional) ]=] ends the multiline comment the number of ‘=’ chars [...]
Read more →