SF.net SVN: geany:[5699] trunk

colombanw at users.sourceforge.net colombanw at xxxxx
Fri Apr 8 00:14:06 UTC 2011


Revision: 5699
          http://geany.svn.sourceforge.net/geany/?rev=5699&view=rev
Author:   colombanw
Date:     2011-04-08 00:14:06 +0000 (Fri, 08 Apr 2011)

Log Message:
-----------
Copy C styling rather than redefining the styles

Modified Paths:
--------------
    trunk/ChangeLog
    trunk/data/filetypes.Genie.conf

Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog	2011-04-08 00:13:53 UTC (rev 5698)
+++ trunk/ChangeLog	2011-04-08 00:14:06 UTC (rev 5699)
@@ -8,6 +8,8 @@
  * data/filetypes.c, data/filetypes.vala, data/filetypes.Genie.conf,
    data/filetypes.Scala.conf:
    Highlight triple-quoted verbatims in Vala, Genie and Scala filtypes.
+ * data/filetypes.Genie.conf:
+   Copy C styling rather than redefining the styles.
 
 
 2011-04-05  Nick Treleaven  <nick(dot)treleaven(at)btinternet(dot)com>

Modified: trunk/data/filetypes.Genie.conf
===================================================================
--- trunk/data/filetypes.Genie.conf	2011-04-08 00:13:53 UTC (rev 5698)
+++ trunk/data/filetypes.Genie.conf	2011-04-08 00:14:06 UTC (rev 5699)
@@ -1,28 +1,5 @@
 # For complete documentation of this file, please see Geany's main documentation
-[styling]
-# foreground;background;bold;italic
-default=default
-comment=comment
-commentline=comment
-commentdoc=commentdoc
-number=number
-word=keyword
-word2=keyword2
-string=string
-character=string
-uuid=extra
-preprocessor=preprocessor
-operator=operator
-identifier=default
-stringeol=stringeol
-# @"verbatim"
-verbatim=extra
-# (/regex/)
-regex=extra
-commentlinedoc=commentdoc,bold
-commentdockeyword=commentdoc,bold,italic
-commentdockeyworderror=commentdoc
-globalclass=type
+[styling=C]
 
 [keywords]
 # all items must be in one line


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.



More information about the Commits mailing list