diff options
author | Michele Calgaro <[email protected]> | 2014-01-09 00:24:34 +0100 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2014-01-09 00:24:34 +0100 |
commit | bf4e405e03859bf383f55715944f4f71bd338c34 (patch) | |
tree | 293783d05c079b477b9ef396bbd851ca01714e2d /kate/data/asm-m68k.xml | |
parent | c5189a79b8621b38b53e3cec952d49630e16dd3a (diff) | |
download | tdelibs-bf4e405e03859bf383f55715944f4f71bd338c34.tar.gz tdelibs-bf4e405e03859bf383f55715944f4f71bd338c34.zip |
Update kate syntax highlight files
Diffstat (limited to 'kate/data/asm-m68k.xml')
-rw-r--r-- | kate/data/asm-m68k.xml | 44 |
1 files changed, 22 insertions, 22 deletions
diff --git a/kate/data/asm-m68k.xml b/kate/data/asm-m68k.xml index f7611c8a8..0c8cb92db 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.00" kateversion="2.4" extensions="*.s;*.i;*.S;*.I" author="Miro Kropacek ([email protected])" license="LGPL"> +<language name="Motorola 68k (VASM/Devpac)" section="Assembler" version="1.02" kateversion="2.5" extensions="*.s;*.i;*.S;*.I" author="Miro Kropacek ([email protected])" license="LGPL"> <highlighting> <list name="Data Registers"> @@ -530,27 +530,27 @@ <contexts> <!-- name = name of context, attribute = name of item data --> - <context attribute="Normal Text" lineEndContext="#pop" name="Normal Text" > - <keyword attribute="Data Registers" context="#pop" String="Data Registers"/> - <keyword attribute="Address Registers" context="#pop" String="Address Registers"/> - <keyword attribute="Control Registers" context="#pop" String="Control Registers"/> - <keyword attribute="FPU Registers" context="#pop" String="FPU Registers"/> - <keyword attribute="Instructions (CPU)" context="#pop" String="Instructions (CPU)"/> - <keyword attribute="Instructions (FPU)" context="#pop" String="Instructions (FPU)"/> - <keyword attribute="Directives" context="#pop" String="Directives"/> + <context attribute="Normal Text" lineEndContext="#stay" name="Normal Text" > + <keyword attribute="Data Registers" context="#stay" String="Data Registers"/> + <keyword attribute="Address Registers" context="#stay" String="Address Registers"/> + <keyword attribute="Control Registers" context="#stay" String="Control Registers"/> + <keyword attribute="FPU Registers" context="#stay" String="FPU Registers"/> + <keyword attribute="Instructions (CPU)" context="#stay" String="Instructions (CPU)"/> + <keyword attribute="Instructions (FPU)" context="#stay" String="Instructions (FPU)"/> + <keyword attribute="Directives" context="#stay" String="Directives"/> <!-- precedes ".[bwlsdqpx]" match --> - <RegExpr attribute="Label" context="#pop" String="^[A-Za-z_][A-Za-z_.0-9]*:?"/> - <RegExpr attribute="Local label" context="#pop" String="^\.[A-Za-z_][A-Za-z_.0-9]*:?"/> + <RegExpr attribute="Label" context="#stay" String="^[A-Za-z_][A-Za-z_.0-9]*:?"/> + <RegExpr attribute="Local label" context="#stay" String="^\.[A-Za-z_][A-Za-z_.0-9]*:?"/> - <RegExpr attribute="Operand sizes (CPU)" context="#pop" insensitive="true" String="\.b[\s,]"/> - <RegExpr attribute="Operand sizes (CPU)" context="#pop" insensitive="true" String="\.w[\s,]"/> - <RegExpr attribute="Operand sizes (CPU)" context="#pop" insensitive="true" String="\.l[\s,]"/> - <RegExpr attribute="Operand sizes (FPU)" context="#pop" insensitive="true" String="\.s[\s,]"/> - <RegExpr attribute="Operand sizes (FPU)" context="#pop" insensitive="true" String="\.d[\s,]"/> - <RegExpr attribute="Operand sizes (FPU)" context="#pop" insensitive="true" String="\.p[\s,]"/> - <RegExpr attribute="Operand sizes (FPU)" context="#pop" insensitive="true" String="\.q[\s,]"/> - <RegExpr attribute="Operand sizes (FPU)" context="#pop" insensitive="true" String="\.x[\s,]"/> + <RegExpr attribute="Operand sizes (CPU)" context="#stay" insensitive="true" String="\.b[\s,]"/> + <RegExpr attribute="Operand sizes (CPU)" context="#stay" insensitive="true" String="\.w[\s,]"/> + <RegExpr attribute="Operand sizes (CPU)" context="#stay" insensitive="true" String="\.l[\s,]"/> + <RegExpr attribute="Operand sizes (FPU)" context="#stay" insensitive="true" String="\.s[\s,]"/> + <RegExpr attribute="Operand sizes (FPU)" context="#stay" insensitive="true" String="\.d[\s,]"/> + <RegExpr attribute="Operand sizes (FPU)" context="#stay" insensitive="true" String="\.p[\s,]"/> + <RegExpr attribute="Operand sizes (FPU)" context="#stay" insensitive="true" String="\.q[\s,]"/> + <RegExpr attribute="Operand sizes (FPU)" context="#stay" insensitive="true" String="\.x[\s,]"/> <DetectChar attribute="Comment" context="Comment" char=";"/> <DetectChar attribute="Comment" context="Comment" char="*" firstNonSpace="true"/> @@ -558,9 +558,9 @@ <DetectChar attribute="BaseN" context="Number16" char="$"/> <DetectChar attribute="BaseN" context="Number2" char="%"/> <DetectChar attribute="BaseN" context="Number8" char="@"/> - <Float attribute="Float" context="#pop"/> - <Int attribute="Number" context="#pop"/> - <RangeDetect attribute="Char" context="#pop" char="'" char1="'"/> + <Float attribute="Float" context="#stay"/> + <Int attribute="Number" context="#stay"/> + <RangeDetect attribute="Char" context="#stay" char="'" char1="'"/> <AnyChar attribute="String" context="String" String=""'"/> </context> |