2006-04-27 16:31:40 +00:00
|
|
|
# For complete documentation of this file, please see Geany's main documentation
|
2005-11-22 12:26:26 +00:00
|
|
|
[styling]
|
2006-03-10 21:44:12 +00:00
|
|
|
# foreground;background;bold;italic
|
2006-07-27 20:57:13 +00:00
|
|
|
default=0x003399;0xffffff;false;false
|
2006-03-10 21:44:12 +00:00
|
|
|
comment=0x808080;0xffffff;false;false
|
2006-07-27 20:57:13 +00:00
|
|
|
tag=0x2166a4;0xffffff;true;false
|
2006-06-02 12:45:42 +00:00
|
|
|
class=0x007f00;0xffffff;true;false
|
2006-07-27 20:57:13 +00:00
|
|
|
pseudoclass=0x660010;0xffffff;true;true
|
2006-10-10 17:28:12 +00:00
|
|
|
unknown_pseudoclass=0xff0099;0xffffff;false;false
|
|
|
|
unknown_identifier=0xff0099;0xffffff;false;false
|
2006-07-27 20:57:13 +00:00
|
|
|
operator=0x301010;0xffffff;false;false
|
|
|
|
identifier=0x000099;0xffffff;true;false
|
|
|
|
doublestring=0x330066;0xffffff;false;false
|
|
|
|
singlestring=0x330066;0xffffff;false;false
|
|
|
|
attribute=0x007f00;0xffffff;false;false
|
2006-06-02 12:45:42 +00:00
|
|
|
value=0x303030;0xffffff;false;false
|
2006-10-10 17:28:12 +00:00
|
|
|
id=0x7f0000;0xffffff;false;false
|
|
|
|
identifier2=0x6b6bff;0xffffff;false;false
|
|
|
|
important=0xff0000;0xffffff;false;false
|
2005-11-22 12:26:26 +00:00
|
|
|
|
|
|
|
[keywords]
|
2008-05-12 12:22:27 +00:00
|
|
|
# CSS 1 keywords
|
2005-11-22 12:26:26 +00:00
|
|
|
primary=color background-color background-image background-repeat background-attachment background-position background font-family font-style font-variant font-weight font-size font word-spacing letter-spacing text-decoration vertical-align text-transform text-align text-indent line-height margin-top margin-right margin-bottom margin-left margin padding-top padding-right padding-bottom padding-left padding border-top-width border-right-width border-bottom-width border-left-width border-width border-top border-right border-bottom border-left border border-color border-style width height float clear display white-space list-style-type list-style-image list-style-position list-style
|
2008-05-12 12:22:27 +00:00
|
|
|
# CSS 2 keywords
|
2005-11-22 12:26:26 +00:00
|
|
|
secondary=border-top-color border-right-color border-bottom-color border-left-color border-color border-top-style border-right-style border-bottom-style border-left-style border-style top right bottom left position z-index direction unicode-bidi min-width max-width min-height max-height overflow clip visibility content quotes counter-reset counter-increment marker-offset size marks page-break-before page-break-after page-break-inside page orphans widows font-stretch font-size-adjust unicode-range units-per-em src panose-1 stemv stemh slope cap-height x-height ascent descent widths bbox definition-src baseline centerline mathline topline text-shadow caption-side table-layout border-collapse border-spacing empty-cells speak-header cursor outline outline-width outline-style outline-color volume speak pause-before pause-after pause cue-before cue-after cue play-during azimuth elevation speech-rate voice-family pitch pitch-range stress richness speak-punctuation speak-numeral
|
|
|
|
pseudoclasses=first-letter first-line link active visited lang first-child focus hover before after left right first
|
2006-04-27 16:31:40 +00:00
|
|
|
|
|
|
|
|
|
|
|
[settings]
|
2007-11-01 16:33:06 +00:00
|
|
|
# default extension used when saving files
|
|
|
|
#extension=css
|
|
|
|
|
2006-04-27 16:31:40 +00:00
|
|
|
# the following characters are these which a "word" can contains, see documentation
|
2006-11-23 15:48:02 +00:00
|
|
|
#wordchars=_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789
|
2006-04-27 16:31:40 +00:00
|
|
|
|
|
|
|
# if only single comment char is supported like # in this file, leave comment_close blank
|
|
|
|
comment_open=/*
|
|
|
|
comment_close=*/
|
|
|
|
|
2006-07-27 20:57:13 +00:00
|
|
|
# set to false if a comment character/string should start at column 0 of a line, true uses any
|
2007-03-09 12:26:55 +00:00
|
|
|
# indentation of the line, e.g. setting to true causes the following on pressing CTRL+d
|
2006-04-27 16:31:40 +00:00
|
|
|
#command_example();
|
|
|
|
# setting to false would generate this
|
|
|
|
# command_example();
|
|
|
|
# This setting works only for single line comments
|
|
|
|
comment_use_indent=true
|
2007-04-15 18:09:59 +00:00
|
|
|
|
|
|
|
# context action command (please see Geany's main documentation for details)
|
|
|
|
context_action_cmd=
|