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



Author: icq
Date: Wed Aug  6 08:32:03 2008
New Revision: 2012
URL: http://svn.gnome.org/viewvc/gtksourceview?rev=2012&view=rev

Log:

2008-08-06  Ignacio Casal Quinteiro  <nacho resa gmail com>

        * gtksourceview/language-specs/c.lang:
        Fixed printf style.


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

Modified: trunk/gtksourceview/language-specs/c.lang
==============================================================================
--- trunk/gtksourceview/language-specs/c.lang	(original)
+++ trunk/gtksourceview/language-specs/c.lang	Wed Aug  6 08:32:03 2008
@@ -41,7 +41,7 @@
         <style id="keyword"           _name="Keyword"             map-to="def:keyword"/>
         <style id="type"              _name="Data Type"           map-to="def:type"/>
         <style id="storage-class"     _name="Storage Class"       map-to="def:type"/>
-        <style id="printf"            _name="printf Conversion"   map-to="def:character"/>
+        <style id="printf"            _name="printf Conversion"   map-to="def:special-char"/>
         <style id="escaped-character" _name="Escaped Character"   map-to="def:special-char"/>
         <style id="floating-point"    _name="Floating point number" map-to="def:floating-point"/>
         <style id="decimal"           _name="Decimal number"      map-to="def:decimal"/>



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