diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2015-01-20 08:37:40 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2015-01-20 08:43:57 +0900 |
commit | fe822d8d7a4622850cb48358ef036dd6438d90cd (patch) | |
tree | 04e789632f18be7bd2efc594b30bdd1fef7bae99 /kate/data/asm-m68k.xml | |
parent | de95f20e975053e910c1291974dd0c9acc716b97 (diff) | |
download | tdelibs-fe822d8d7a4622850cb48358ef036dd6438d90cd.tar.gz tdelibs-fe822d8d7a4622850cb48358ef036dd6438d90cd.zip |
Kate syntax highlighting files update - Jan 2015.
1) Changes in asm-m68k.xml, ppd.xml, sql-oracle.xml taken from http://kate-editor.org/syntax/2.5
2) Changes to the other files from myself.
(cherry picked from commit 3cefb44bccead583a49043b1169cfea1e6367c7a)
Diffstat (limited to 'kate/data/asm-m68k.xml')
-rw-r--r-- | kate/data/asm-m68k.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/kate/data/asm-m68k.xml b/kate/data/asm-m68k.xml index 74430231a..369cfc47e 100644 --- a/kate/data/asm-m68k.xml +++ b/kate/data/asm-m68k.xml @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE language SYSTEM "language.dtd"> -<language name="Motorola 68k (VASM/Devpac)" section="Assembler" version="1.01" kateversion="2.4" extensions="*.s;*.i;*.S;*.I" author="Miro Kropacek (miro.kropacek@gmail.com)" license="LGPL"> +<language name="Motorola 68k (VASM/Devpac)" section="Assembler" version="1.02" kateversion="2.4" extensions="*.s;*.i;*.S;*.I" author="Miro Kropacek (miro.kropacek@gmail.com)" license="LGPL"> <highlighting> <list name="Data Registers"> @@ -149,7 +149,7 @@ <item>dbra</item> <item>dbt</item> <item>dbvc</item> - <item>dbvc</item> + <item>dbvs</item> <item>divs</item> <item>divsl</item> <item>divu</item> @@ -231,7 +231,7 @@ <item>subq</item> <item>subx</item> <item>svc</item> - <item>svc</item> + <item>svs</item> <item>swap</item> <item>tas</item> <item>trapcc</item> |