ee057eb798
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@389 ea778897-0a13-0410-b9d1-a72fbfd435f5
39 lines
3.0 KiB
CSS
39 lines
3.0 KiB
CSS
# For complete documentation of this file, please see Geany's main documentation
|
|
[styling]
|
|
# foreground;background;bold;italic
|
|
default=0x993300;0xffffff;false;false
|
|
comment=0x808080;0xffffff;false;false
|
|
tag=0xa46621;0xffffff;true;false
|
|
class=0x007f00;0xffffff;true;false
|
|
pseudoclass=0x100066;0xffffff;true;true
|
|
unknown_pseudoclass=0x990000;0xffffff;false;false
|
|
unknown_identifier=0x990000;0xffffff;false;false
|
|
operator=0x101030;0xffffff;false;false
|
|
identifier=0x990000;0xffffff;true;false
|
|
doublestring=0x660033;0xffffff;false;false
|
|
singlestring=0x660033;0xffffff;false;false
|
|
attribute=0x007F00;0xffffff;false;false
|
|
value=0x303030;0xffffff;false;false
|
|
|
|
[keywords]
|
|
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
|
|
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
|
|
|
|
|
|
[settings]
|
|
# the following characters are these which a "word" can contains, see documentation
|
|
wordchars=_#&abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789
|
|
|
|
# if only single comment char is supported like # in this file, leave comment_close blank
|
|
comment_open=/*
|
|
comment_close=*/
|
|
|
|
# set to false if a comment character/string should start a column 0 of a line, true uses any
|
|
# indention of the line, e.g. setting to true causes the following on pressing CTRL+d
|
|
#command_example();
|
|
# setting to false would generate this
|
|
# command_example();
|
|
# This setting works only for single line comments
|
|
comment_use_indent=true
|