Fix search_find_text not returning -1 when match is out of range.
[geany-mirror.git] / data / filetypes.css
blobc8914d6c73dde5e14340addbb3852d8c2d8cbe82
1 # For complete documentation of this file, please see Geany's main documentation
2 [styling]
3 # foreground;background;bold;italic
4 default=0x003399;0xffffff;false;false
5 comment=0x808080;0xffffff;false;false
6 tag=0x2166a4;0xffffff;true;false
7 class=0x007f00;0xffffff;true;false
8 pseudoclass=0x660010;0xffffff;true;true
9 unknown_pseudoclass=0xff0099;0xffffff;false;false
10 unknown_identifier=0xff0099;0xffffff;false;false
11 operator=0x301010;0xffffff;false;false
12 identifier=0x000099;0xffffff;true;false
13 doublestring=0x330066;0xffffff;false;false
14 singlestring=0x330066;0xffffff;false;false
15 attribute=0x007f00;0xffffff;false;false
16 value=0x303030;0xffffff;false;false
17 id=0xff9000;0xffffff;true;false
18 identifier2=0x6b6bff;0xffffff;true;false
19 important=0x990000;0xffffff;true;false
20 directive=0x006bff;0xffffff;false;true
21 identifier3=0x00c8ff;0xffffff;true;false
22 pseudoelement=0x666610;0xffffff;true;true
23 extended_identifier=0x9090a0;0xffffff;true;false
24 extended_pseudoclass=0x907080;0xffffff;true;true
25 extended_pseudoelement=0x909080;0xffffff;true;true
27 [keywords]
28 # CSS 1 properties
29 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
30 # CSS 2 properties
31 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
32 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
33 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
34 pseudo_elements=after before choices first-letter first-line line-marker marker outside repeat-index repeat-item selection slot value
35 browser_css_properties=
36 browser_pseudo_classes=
37 browser_pseudo_elements=
40 [settings]
41 # default extension used when saving files
42 #extension=css
44 # the following characters are these which a "word" can contains, see documentation
45 #wordchars=_-abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789
47 # if only single comment char is supported like # in this file, leave comment_close blank
48 comment_open=/*
49 comment_close=*/
51 # set to false if a comment character/string should start at column 0 of a line, true uses any
52 # indentation of the line, e.g. setting to true causes the following on pressing CTRL+d
53 #command_example();
54 # setting to false would generate this
55 # command_example();
56 # This setting works only for single line comments
57 comment_use_indent=true
59 # context action command (please see Geany's main documentation for details)
60 context_action_cmd=