https://bugs.kde.org/show_bug.cgi?id=356974
Bug ID: 356974 Summary: Support for syntax highlighted fenced code blocks in Markdown Product: kate Version: unspecified Platform: Other OS: Linux Status: UNCONFIRMED Severity: wishlist Priority: NOR Component: syntax Assignee: kwrite-bugs-n...@kde.org Reporter: elvst...@gmail.com This may be a pipe dream, because I don't know if Kate's highlighting engine is capable of switching highlighting rules in the middle of a file, but it would be awesome if I could do ## Look some C++ ```cpp int main(int argc, char *argv[]) ``` ## And some Python ```python def hello(): print("Hello there") ``` when editing a Markdown file in Kate. Similar to what you can do at e.g. GitHub. This would mean 1) support for fenced code blocks, 2) support for switching to appropriate syntax highlighting rule within such blocks. Anyway, if it's completely out of the question, I rest my case. Thanks a lot for Kate! Reproducible: Always -- You are receiving this mail because: You are watching all bug changes.