SF.net SVN: geany:[4476] trunk

ntrel at users.sourceforge.net ntrel at xxxxx
Mon Dec 7 18:10:41 UTC 2009


Revision: 4476
          http://geany.svn.sourceforge.net/geany/?rev=4476&view=rev
Author:   ntrel
Date:     2009-12-07 18:10:39 +0000 (Mon, 07 Dec 2009)

Log Message:
-----------
Fix using common style colours for Verilog.

Modified Paths:
--------------
    trunk/ChangeLog
    trunk/data/filetypes.verilog

Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog	2009-12-07 18:08:35 UTC (rev 4475)
+++ trunk/ChangeLog	2009-12-07 18:10:39 UTC (rev 4476)
@@ -18,6 +18,8 @@
    Apply patch from Kelvin Gardiner to add Verilog filetype (thanks).
  * src/highlighting.c:
    Fix segfault on startup (oops).
+ * data/filetypes.verilog:
+   Fix using common style colours for Verilog.
 
 
 2009-12-03  Nick Treleaven  <nick(dot)treleaven(at)btinternet(dot)com>

Modified: trunk/data/filetypes.verilog
===================================================================
--- trunk/data/filetypes.verilog	2009-12-07 18:08:35 UTC (rev 4475)
+++ trunk/data/filetypes.verilog	2009-12-07 18:10:39 UTC (rev 4476)
@@ -1,20 +1,20 @@
 # For complete documentation of this file, please see Geany's main documentation
 [styling]
 # foreground;background;bold;italic
-default=0xd3d7cf;0x2e3436;false;false
-comment=0x888a85;0x2e3436;false;false
-comment_line=0x888a85;0x2e3436;false;false
-comment_line_bang=0x888a85;0x2e3436;false;false;
-number=0xedd400;0x2e3436;false;false
-word=0xffffff;0x2e3436;true;false
-string=0xedd400;0x2e3436;false;false
-word2=0xad7fa8;0x2e3436;false;false
-word3=0x8ae234;0x2e3436;true;false
-preprocessor=0xad7fa8;0x2e3436;false;false
-operator=0xd3d7cf;0x2e3436;false;false
-identifier=0x729fcf;0x2e3436;false;false
-stringeol=0xffffff;0x2e3436;false;false
-userword=0xffffff;0x2e3436;true;false
+default=default
+comment=comment
+comment_line=comment
+comment_line_bang=comment
+number=number
+word=word
+word2=word2
+word3=0x5ea01f;;true
+string=string
+preprocessor=preprocessor
+operator=operator
+identifier=default
+stringeol=stringeol
+userword=type
 
 [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