gtksourceview r1969 - in trunk: . gtksourceview/language-specs



Author: muntyan
Date: Fri Jun 20 04:59:49 2008
New Revision: 1969
URL: http://svn.gnome.org/viewvc/gtksourceview?rev=1969&view=rev

Log:
2008-06-18  Yevgen Muntyan  <muntyan tamu edu>

	* gtksourceview/language-specs/php.lang: added parentheses and
        comma to the operators list. Bug #497376, Etienne Bersac.



Modified:
   trunk/ChangeLog
   trunk/gtksourceview/language-specs/php.lang

Modified: trunk/gtksourceview/language-specs/php.lang
==============================================================================
--- trunk/gtksourceview/language-specs/php.lang	(original)
+++ trunk/gtksourceview/language-specs/php.lang	Fri Jun 20 04:59:49 2008
@@ -221,7 +221,7 @@
     </context>
 
     <context id="operators" style-ref="operator" extend-parent="false">
-      <match>[-.~^@;:/%|\=\+\*\!\?&amp;&lt;&gt;]</match>
+      <match>[-.~^@,;:/%|\=\+\*\!\?&amp;&lt;&gt;()]</match>
     </context>
 
     <context id="type" style-ref="type">



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]