geany/data/filetypes.makefile
Enrico Tröger 0375a74eec added italic flag to all styles
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@243 ea778897-0a13-0410-b9d1-a72fbfd435f5
2006-03-10 21:44:12 +00:00

12 lines
371 B
Makefile

[styling]
# foreground;background;bold;italic
default=0xFF0000;0xffffff;false;false
comment=0x0000ff;0xffffff;false;false
preprocessor=0x7F7F00;0xffffff;false;false
identifier=0x007F00;0xffffff;false;false
operator=0x101030;0xffffff;false;false
target=0xff0000;0xffffff;false;false
ideol=0x008000;0xffffff;false;false
# there are no keywords available otherwise mail me