Update Scintilla keywords and highlighting when changing document tabs
[geany-mirror.git] / data / filetypes.css
blob7b56f4d7790d2abd279d5f397954f5e9195adb41
1 # For complete documentation of this file, please see Geany's main documentation
2 [styling]
3 # Edit these in the colorscheme .conf file instead
4 default=default
5 comment=comment
6 tag=tag
7 class=class
8 pseudoclass=class
9 unknown_pseudoclass=class
10 unknown_identifier=class
11 operator=operator
12 identifier=keyword_1
13 doublestring=string_1
14 singlestring=string_1
15 attribute=attribute
16 value=value
17 id=number
18 identifier2=keyword_2
19 important=extra
20 directive=preprocessor
21 identifier3=keyword_3
22 pseudoelement=element
23 extended_identifier=keyword_4
24 extended_pseudoclass=class
25 extended_pseudoelement=element
26 media=string_2
28 [keywords]
29 # CSS 1 properties
30 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
31 # CSS 2 properties
32 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
33 css3_properties=alignment-adjust alignment-baseline appearance ascent background-break background-clip background-origin background-size baseline baseline-shift bbox bookmark-label bookmark-level bookmark-target border-bottom-left-radius border-bottom-right-radius border-break border-image border-length border-radius border-top-left-radius border-top-right-radius box-align box-direction box-flex box-flex-group box-lines box-orient box-pack box-shadow box-sizing box-sizing cap-height centerline column-break-after column-break-before column-count column-fill column-gap column-rule column-rule-color column-rule-style column-rule-width columns column-span column-width 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 float-offset font-effect font-emphasize font-emphasize-position font-emphasize-style font-size-adjust font-smooth hanging-punctuation hyphenate-after hyphenate-before hyphenate-character hyphenate-lines hyphenate-resource hyphens icon image-orientation image-resolution inline-box-align line-stacking line-stacking-ruby line-stacking-shift line-stacking-strategy mark mark-after mark-before marks marquee-direction marquee-loop marquee-speed marquee-style mathline move-to nav-down nav-index nav-left nav-right nav-up opacity outline-offset overflow-style overflow-x overflow-y page page-policy panose-1 phonemes presentation-level punctuation-trim 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 target target-name target-new target-position text-align-last text-emphasis text-height text-indent text-justify text-outline text-replace text-shadow text-wrap topline 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
34 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
35 pseudo_elements=after before choices first-letter first-line line-marker marker outside repeat-index repeat-item selection slot value
36 browser_css_properties=
37 browser_pseudo_classes=
38 browser_pseudo_elements=
41 [settings]
42 # default extension used when saving files
43 extension=css
45 # the following characters are these which a "word" can contains, see documentation
46 #wordchars=_-abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789
48 # single comments, like # in this file
49 #comment_single=
50 # multiline comments
51 comment_open=/*
52 comment_close=*/
54 # set to false if a comment character/string should start at column 0 of a line, true uses any
55 # indentation of the line, e.g. setting to true causes the following on pressing CTRL+d
56 #command_example();
57 # setting to false would generate this
58 # command_example();
59 # This setting works only for single line comments
60 comment_use_indent=true
62 # context action command (please see Geany's main documentation for details)
63 context_action_cmd=
65 [indentation]
66 #width=4
67 # 0 is spaces, 1 is tabs, 2 is tab & spaces
68 #type=1