Issue I write web project on c++. In my c++ code has to insert html, for example such void CPage::putBaseFooter() { if(m_canRender) { HTML( <!++ </main> <footer> <f++ composePageFooter(); ++f> </footer> </body> </html> ++!>); } } That is the whole
Continue readingTag: kate
Groovy syntax highlighting for Kate
Issue Is there a way to add syntax highlighting for the Groovy language in kate? Or is there a quite similar language, that will work as well? Solution Yes, you can put this xml file under /usr/share/apps/katepart/syntax/ if you want
Continue reading