SUMMARY Sagemath is a superlanguage of Python, and uses `.sage` extensions. By default, Kate does not use any syntax highlighting for Sage files, but it should use Python syntax. STEPS TO REPRODUCE 1. Open a `.sage` source file. OBSERVED RESULT Kate does not use any syntax highlighting. EXPECTED RESULT Since Sage is a superlanguage of Python, it makes the most sense to use Python highlighting by default. SOFTWARE/OS VERSIONS Windows: macOS: (available in the Info Center app, or by running `kinfo` in a terminal window) Linux/KDE Plasma: Mint 22.1 KDE Plasma Version: KDE Frameworks Version: 6.13.0 (Flatpak) Qt Version: 6.9.0
Git commit 694cd7ff4c727e671bc90de30c72de67026063ab by Christoph Cullmann. Committed on 29/06/2025 at 16:25. Pushed by cullmann into branch 'master'. Sagemath is a superlanguage of Python, and uses `.sage` extensions M +1 -1 data/syntax/python.xml https://invent.kde.org/frameworks/syntax-highlighting/-/commit/694cd7ff4c727e671bc90de30c72de67026063ab
Thanks, good idea.