[SCM] Lisaac compiler branch, stable, updated. lisaac-0.12-491-gad2d382

Mildred Ki'Lya silkensedai at online.fr
Wed Oct 7 17:09:46 UTC 2009


The following commit has been merged in the stable branch:
commit ad2d382945d184e2a24e764998a1dca3bceb26e4
Author: Mildred Ki'Lya <silkensedai at online.fr>
Date:   Wed Oct 7 19:08:52 2009 +0200

    kate syntax: recursive C style  comments /* /* */ */

diff --git a/editor/kate/lisaac_v2.xml b/editor/kate/lisaac_v2.xml
index 142e36a..b2bd9a2 100644
--- a/editor/kate/lisaac_v2.xml
+++ b/editor/kate/lisaac_v2.xml
@@ -1140,6 +1140,7 @@
 			<!--############################################################-->
 			<!--le contexte pour les commentaires multi-lignes -->
 			<context name="comment" attribute="comment" fallthrough="true" fallthroughContext="#pop">
+				<RegExpr String="/[*]" context="comment" attribute="comment" endRegion="multiline_comment" />
 				<RegExpr String="[*]/" context="#pop" attribute="comment" endRegion="multiline_comment" />
 				<!--evalué que si la 1ere ne marche pas.-->
 				<RegExpr String="." context="#stay" />

-- 
Lisaac compiler



More information about the Lisaac-commits mailing list