Kaydet (Commit) 6ff4464f authored tarafından Nick Treleaven's avatar Nick Treleaven

Make all remaining 0xff0000 comment styles darker using a common

default comment style.
Add some other generic styles (used only by C-like filetypes for
now).


git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@960 ea778897-0a13-0410-b9d1-a72fbfd435f5
üst cba9dff4
2006-11-02 Nick Treleaven <nick.treleaven@btinternet.com>
* src/highlighting.c, data/filetypes.perl, data/filetypes.pascal,
data/filetypes.sh, data/filetypes.makefile, data/filetypes.ruby,
data/filetypes.tcl:
Make all remaining 0xff0000 comment styles darker using a common
default comment style.
Add some other generic styles (used only by C-like filetypes for
now).
2006-11-01 Enrico Tröger <enrico.troeger@uvena.de>
* src/search.c: Changed tooltip of checkbox "Close dialog" to be more
......
......@@ -2,7 +2,7 @@
[styling]
# foreground;background;bold;italic
default=0x00002f;0xffffff;false;false
comment=0xff0000;0xffffff;false;false
comment=0xd00000;0xffffff;false;false
preprocessor=0x007f7f;0xffffff;false;false
identifier=0x007f00;0xffffff;false;false
operator=0x301010;0xffffff;false;false
......
......@@ -2,7 +2,7 @@
[styling]
# foreground;background;bold;italic
default=0x0000ff;0xffffff;false;false
comment=0xff0000;0xffffff;false;false
comment=0xd00000;0xffffff;false;false
number=0x007f00;0xffffff;false;false
word=0x111199;0xffffff;true;false
string=0xff901e;0xffffff;false;false
......@@ -11,8 +11,8 @@ preprocessor=0x007f7f;0xffffff;false;false
operator=0x301010;0xffffff;false;false
identifier=0x000000;0xffffff;false;false
regex=0x1b6313;0xffffff;false;false
commentline=0xff0000;0xffffff;false;false
commentdoc=0xff0000;0xffffff;false;false
commentline=0xd00000;0xffffff;false;false
commentdoc=0xd00000;0xffffff;false;false
[keywords]
primary=absolute and array asm begin break case const constructor continue destructor div do downto dynamic else end end. file for function goto if implementation in inherited inline interface label message mod nil not object of on operator or overload outpacked procedure program record reintroduce repeat self set shl shr string then to type unit until uses var while with xor as class except exports finalization finally initialization is library on property raise threadvar try dispose exit false new true absolute abstract alias assembler cdecl cppdecl default export external far far16 forward index name near oldfpccall override pascal private protected public published read register safecall softfloat stdcall virtual write
......
......@@ -3,7 +3,7 @@
# foreground;background;bold;italic
default=0x000000;0xffffff;false;false
error=0xff0000;0xffffff;false;false
commentline=0xff0000;0xffffff;false;false
commentline=0xd00000;0xffffff;false;false
number=0x007f00;0xffffff;false;false
word=0x111199;0xffffff;true;false
string=0xff901e;0xffffff;false;false
......
......@@ -2,7 +2,7 @@
[styling]
# foreground;background;bold;italic
default=0x000000;0xffffff;false
commentline=0xff0000;0xffffff;false;false
commentline=0xd00000;0xffffff;false;false
number=0x400080;0xffffff;false;false
string=0x008000;0xffffff;false;false
character=0x008000;0xffffff;false;false
......
......@@ -2,7 +2,7 @@
[styling]
# foreground;background;bold;italic
default=0x000000;0xffffff;false;false
commentline=0xff0000;0xffffff;false;false
commentline=0xd00000;0xffffff;false;false
number=0x007f00;0xffffff;false;false
word=0x111199;0xffffff;true;false
string=0xff901e;0xffffff;false;false
......
......@@ -2,8 +2,8 @@
[styling]
# foreground;background;bold;italic
default=0x000000;0xffffff;false;false
comment=0xff0000;0xffffff;false;false
commentline=0xff0000;0xffffff;false;false
comment=0xd00000;0xffffff;false;false
commentline=0xd00000;0xffffff;false;false
number=0x007f00;0xffffff;false;false
operator=0x301010;0xffffff;false;false
identifier=0xa20000;0xffffff;false;false
......
This diff is collapsed.
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