https://bugs.kde.org/show_bug.cgi?id=498122
Jure Repinc <j...@holodeck1.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Version Fixed In| |6.14.0 Latest Commit| |https://invent.kde.org/fram | |eworks/syntax-highlighting/ | |-/commit/10f4b5d05f5b2f6348 | |79d5cfec557211fec9660a Resolution|--- |FIXED Status|ASSIGNED |RESOLVED --- Comment #5 from Jure Repinc <j...@holodeck1.com> --- Git commit 10f4b5d05f5b2f634879d5cfec557211fec9660a by Jure Repinc. Committed on 17/04/2025 at 02:45. Pushed by cullmann into branch 'master'. Syntax highlighting: Added RISC-V instructions for GNU Assembler The source of RISC-V instructions is mostly the GNU binutils/gas: https://sourceware.org/git/?p=binutils-gdb.git;a=blob;f=opcodes/riscv-opc.c I have also added some new categories of instructions: - Vendor-specific instructions - Vendor-specific branch instructions - Deprecated/removed instructions - Symbolic constants - Vendor-specific symbolic constants This way the user can set specific formats/colors to distinguish them from normal standard instructions/constants. By default they should appear the same. FIXED-IN: 6.14.0 M +2838 -12 data/syntax/gnuassembler.xml https://invent.kde.org/frameworks/syntax-highlighting/-/commit/10f4b5d05f5b2f634879d5cfec557211fec9660a -- You are receiving this mail because: You are watching all bug changes.