Kaydet (Commit) 4648a1be authored tarafından Nick Treleaven's avatar Nick Treleaven

Fix using common style colours for Verilog.


git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@4476 ea778897-0a13-0410-b9d1-a72fbfd435f5
üst 10b817ed
......@@ -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>
......
# 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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment