[SCM] Lisaac compiler branch, stable, updated. lisaac-0.12-476-ga7d7c0b

Mildred Ki'Lya silkensedai at online.fr
Sat Sep 5 22:26:36 UTC 2009


The following commit has been merged in the stable branch:
commit c2068678ed86f11c254f7ff0f5673b9fd9cc7523
Author: Mildred Ki'Lya <silkensedai at online.fr>
Date:   Sun Sep 6 00:24:37 2009 +0200

    Update Kate syntax file

diff --git a/editor/kate/lisaac_v2.xml b/editor/kate/lisaac_v2.xml
index 55335e4..142e36a 100644
--- a/editor/kate/lisaac_v2.xml
+++ b/editor/kate/lisaac_v2.xml
@@ -121,7 +121,7 @@
 <!-- http://www.kate-editor.org/article/writing_a_kate_highlighting_xml_file -->
 <!-- Created By Anthony Pajot <Anthony.Pajot at etu.enseeiht.fr> -->
 <!-- thanks to Mildred for his additions -->	
-<language name="Lisaac v0.2" version="2.02" kateversion="2.3" section="Sources" extensions="*.li" mimetype="text/x-li" casesensitive="true" author="Anthony Pajot ( anthony.pajot at etu.enseeiht.fr )" license="GPL v2">
+<language name="Lisaac v0.2" version="2.02" kateversion="2.3" section="Sources" extensions="*.li;*.lip" mimetype="text/x-li;text/x-lip" casesensitive="true" author="Anthony Pajot ( anthony.pajot at etu.enseeiht.fr )" license="GPL v2">
     <highlighting>
         <contexts>
 		   <!--#################################################################
@@ -1238,8 +1238,8 @@
     </highlighting>
     <general>
         <comments>
-            <!--<comment name="singleLine" start="//" />
-			<comment name="multiLine" start="/*" end="*/" />-->
+            <comment name="singleLine" start="//" />
+			<!--<comment name="multiLine" start="/*" end="*/" />-->
         </comments>
         <keywords casesensitive="1" additionalDeliminator="`"/>
     </general>

-- 
Lisaac compiler



More information about the Lisaac-commits mailing list