| Summary: | AVR assembler file highlighting doesn't bold fallowing ATmega16/32 instructions: brcs, brcc, std, ldd | ||
|---|---|---|---|
| Product: | [Applications] kate | Reporter: | Marcin Pilaczynski <marcin.pil> |
| Component: | syntax | Assignee: | KWrite Developers <kwrite-bugs-null> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | ||
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | unspecified | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
Marcin Pilaczynski
2007-05-20 10:43:54 UTC
SVN commit 666566 by dhaumann:
new keywords: brcs, brcc, std, ldd
BUG: 145699
M +5 -1 asm-avr.xml
--- trunk/KDE/kdelibs/kate/data/asm-avr.xml #666565:666566
@@ -33,7 +33,7 @@
-->
-<language name="AVR Assembler" version="1.03" kateversion="2.4" section="Assembler" extensions="*.asm;*.ASM;*.asm-avr" mimetype="text/x-asm;text/x-asm-avr" author="Roland Nagy" license="GPL">
+<language name="AVR Assembler" version="1.04" kateversion="2.4" section="Assembler" extensions="*.asm;*.ASM;*.asm-avr" mimetype="text/x-asm;text/x-asm-avr" author="Roland Nagy" license="GPL">
<highlighting>
<list name="keywords">
<item> adc</item>
@@ -46,6 +46,8 @@
<item> bld</item>
<item> brbc</item>
<item> brbs</item>
+ <item> brcc</item>
+ <item> brcs</item>
<item> break</item>
<item> breq</item>
<item> brge</item>
@@ -96,6 +98,7 @@
<item> inc</item>
<item> jmp</item>
<item> ld</item>
+ <item> ldd</item>
<item> ldi</item>
<item> lds</item>
<item> lpm</item>
@@ -140,6 +143,7 @@
<item> sleep</item>
<item> spm</item>
<item> st</item>
+ <item> std</item>
<item> sts</item>
<item> sub</item>
<item> subi</item>
|