SUMMARY Currently, text highlighting in kate is ‘whole word’ only. For usability, I suggest to make it based on characters instead (this is how it is currently done in gedit and in VS Code). For example, highlighting the word ‘mode’ in: `mode.function` Highlights also mode in: mode.script() but not: modeNew.script() I think it would be useful to alter it so that not words are highlighted, but any sequence of characters. Ref: https://discuss.kde.org/t/text-highlighting-in-kate-is-whole-word-only-make-it-based-on-characters-instead/15622