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]
|
2011-10-11 15:33:40 -07:00
|
|
|
# Edit these in the colorscheme .conf file instead
|
2011-10-10 20:35:05 -07:00
|
|
|
default=default
|
|
|
|
comment=comment
|
|
|
|
tag=tag
|
|
|
|
class=class
|
2012-09-30 11:08:13 -07:00
|
|
|
pseudoclass=string_1
|
|
|
|
unknown_pseudoclass=default
|
|
|
|
unknown_identifier=default
|
2011-10-10 20:35:05 -07:00
|
|
|
operator=operator
|
2012-09-30 11:08:13 -07:00
|
|
|
identifier=keyword_2
|
2011-10-10 20:35:05 -07:00
|
|
|
doublestring=string_1
|
2011-10-23 13:44:52 -07:00
|
|
|
singlestring=string_2
|
2011-10-10 20:35:05 -07:00
|
|
|
attribute=attribute
|
|
|
|
value=value
|
2012-09-30 11:08:13 -07:00
|
|
|
id=class
|
2011-10-10 20:35:05 -07:00
|
|
|
identifier2=keyword_2
|
2012-06-26 23:16:45 +02:00
|
|
|
variable=identifier_1
|
2012-09-30 11:08:13 -07:00
|
|
|
important=error
|
2011-10-10 20:35:05 -07:00
|
|
|
directive=preprocessor
|
2012-09-30 11:08:13 -07:00
|
|
|
identifier3=keyword_1
|
2014-05-03 18:45:07 +02:00
|
|
|
pseudoelement=string_2
|
2012-09-30 11:08:13 -07:00
|
|
|
extended_identifier=keyword_1
|
2014-05-03 18:45:07 +02:00
|
|
|
extended_pseudoclass=string_1
|
|
|
|
extended_pseudoelement=string_2
|
2012-09-30 11:08:13 -07:00
|
|
|
media=parameter
|
2005-11-22 12:26:26 +00:00
|
|
|
|
|
|
|
[keywords]
|
2008-10-18 17:00:29 +00:00
|
|
|
# CSS 1 properties
|
|
|
|
primary=background background-attachment background-color background-image background-position background-repeat border border-bottom border-bottom-width border-color border-left border-left-width border-right border-right-width border-style border-top border-top-width border-width clear color display float font font-family font-size font-style font-variant font-weight height letter-spacing line-height list-style list-style-image list-style-position list-style-type margin margin-bottom margin-left margin-right margin-top padding padding-bottom padding-left padding-right padding-top text-align text-decoration text-indent text-transform vertical-align white-space width word-spacing
|
|
|
|
# CSS 2 properties
|
|
|
|
secondary=azimuth border-bottom-color border-bottom-style border-collapse border-left-color border-left-style border-right-color border-right-style border-spacing border-top-color border-top-style bottom caption-side clip content counter-increment counter-reset cue cue-after cue-before cursor direction elevation empty-cells font-size-adjust font-stretch left max-height max-width min-height min-width orphans outline outline-color outline-style outline-width overflow page-break-after page-break-before page-break-inside pause pause-after pause-before pitch pitch-range play-during position quotes richness right speak speak-header speak-numeral speak-punctuation speech-rate stress table-layout top unicode-bidi visibility voice-family volume widows z-index
|
2012-09-30 11:13:43 -07:00
|
|
|
css3_properties=alignment-adjust alignment-baseline animation animation-delay animation-direction animation-duration animation-iteration-count animation-name animation-play-state animation-timing-function appearance ascent backface-visibility background-break background-clip background-origin background-size baseline baseline-shift bbox binding bleed bookmark-label bookmark-level bookmark-state bookmark-target border-bottom-left-radius border-bottom-right-radius border-break border-image border-image-outset border-image-repeat border-image-slice border-image-source border-image-width border-length border-radius border-top-left-radius border-top-right-radius box-align box-decoration-break box-direction box-flex box-flex-group box-lines box-orient box-pack box-shadow box-sizing box-sizing break-after break-before break-inside cap-height centerline color-profile column-break-after column-break-before column-count column-fill column-gap column-rule column-rule-color column-rule-style column-rule-width column-span column-width columns crop definition-src descent dominant-baseline drop-initial-after-adjust drop-initial-after-align drop-initial-before-adjust drop-initial-before-align drop-initial-size drop-initial-value fit fit-position flex-align flex-flow flex-line-pack flex-order flex-pack float-offset font-effect font-emphasize font-emphasize-position font-emphasize-style font-size-adjust font-smooth grid-columns grid-rows hanging-punctuation hyphenate-after hyphenate-before hyphenate-character hyphenate-lines hyphenate-resource hyphens icon image-orientation image-rendering image-resolution inline-box-align line-break line-stacking line-stacking-ruby line-stacking-shift line-stacking-strategy mark mark-after mark-before marker-offset marks marquee-direction marquee-loop marquee-play-count marquee-speed marquee-style mathline move-to nav-down nav-index nav-left nav-right nav-up opacity outline-offset overflow-style overflow-wrap overflow-x overflow-y page page-policy panose-1 perspective perspective-origin phonemes presentation-level punctuation-trim rendering-intent resize rest rest-after rest-before rotation rotation-point ruby-align ruby-overhang ruby-position ruby-span size slope src stemh stemv string-set tab-side tab-size target target-name target-new target-position text-align-last text-decoration-color text-decoration-line text-decoration-skip text-decoration-style text-emphasis text-emphasis-color text-emphasis-position text-emphasis-style text-height text-indent text-justify text-outline text-replace text-shadow text-space-collapse text-underline-position text-wrap topline transform transform-origin transform-style transition transition-delay transition-duration transition-property transition-timing-function unicode-range units-per-em voice-balance voice-duration voice-pitch voice-pitch-range voice-rate voice-stress voice-volume white-space-collapse widths word-break word-wrap x-height
|
2008-10-18 17:00:29 +00:00
|
|
|
pseudoclasses=active after before checked current disabled empty enabled first-child first-letter first-line first-of-type focus hover lang last-of-type link not nth-child nth-last-child nth-last-of-type nth-of-type only-child only-of-type root target visited
|
2008-10-20 17:23:48 +00:00
|
|
|
pseudo_elements=after before choices first-letter first-line line-marker marker outside repeat-index repeat-item selection slot value
|
2012-09-30 11:13:43 -07:00
|
|
|
# use wild card with vendor prefixes for future proof, no need to list specific properties
|
|
|
|
browser_css_properties=^-ms- ^-apple- ^-epub- ^-moz- ^-o- ^-wap- ^-webkit- ^-xv-
|
|
|
|
browser_pseudo_classes=^-ms- ^-apple- ^-epub- ^-moz- ^-o- ^-wap- ^-webkit- ^-xv-
|
|
|
|
browser_pseudo_elements=^-ms- ^-apple- ^-epub- ^-moz- ^-o- ^-wap- ^-webkit- ^-xv-
|
2006-04-27 16:31:40 +00:00
|
|
|
|
|
|
|
[settings]
|
2007-11-01 16:33:06 +00:00
|
|
|
# default extension used when saving files
|
2010-10-20 16:15:39 +00:00
|
|
|
extension=css
|
2007-11-01 16:33:06 +00:00
|
|
|
|
2013-10-15 02:39:24 +02:00
|
|
|
# MIME type
|
|
|
|
mime_type=text/css
|
|
|
|
|
2006-04-27 16:31:40 +00:00
|
|
|
# the following characters are these which a "word" can contains, see documentation
|
2008-10-20 18:18:28 +00:00
|
|
|
#wordchars=_-abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789
|
2006-04-27 16:31:40 +00:00
|
|
|
|
2011-03-20 15:02:22 +00:00
|
|
|
# single comments, like # in this file
|
|
|
|
#comment_single=
|
|
|
|
# multiline comments
|
2006-04-27 16:31:40 +00:00
|
|
|
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=
|
2011-08-25 20:14:17 +00:00
|
|
|
|
|
|
|
[indentation]
|
|
|
|
#width=4
|
|
|
|
# 0 is spaces, 1 is tabs, 2 is tab & spaces
|
|
|
|
#type=1
|