1 # For complete documentation of this file, please see Geany's main documentation
3 # Edit these in the colorscheme .conf file instead
6 html_tagunknown=tag_unknown
7 html_attribute=attribute
8 html_attributeunknown=attribute_unknown
10 html_doublestring=string_1
11 html_singlestring=string_1
22 html_question=number_2
24 html_xccomment=comment
30 sgml_doublestring=string_1
31 sgml_simplestring=string_1
32 sgml_1st_param=attribute
34 sgml_block_default=default
35 sgml_1st_param_comment=comment
39 php_simplestring=string_1
43 php_variable=preprocessor
45 php_commentline=comment_line
47 php_hstring_variable=string_2
48 php_complex_variable=preprocessor
51 jscript_default=default
52 jscript_comment=comment
53 jscript_commentline=comment_line
54 jscript_commentdoc=comment_doc
55 jscript_number=number_1
56 jscript_word=keyword_1
57 jscript_keyword=keyword_2
58 jscript_doublestring=string_1
59 jscript_singlestring=string_1
61 jscript_symbols=operator
62 jscript_stringeol=string_eol
65 python_default=default
66 python_commentline=comment_line
67 python_number=number_1
68 python_string=string_1
69 python_character=character
71 python_triple=string_2
72 python_tripledouble=string_2
74 python_defname=function
75 python_operator=operator
76 python_identifier=identifier_1
80 html=a abbr acronym address applet area b base basefont bdo big blockquote body br button caption center cite code col colgroup dd del dfn dir div dl dt em embed fieldset font form frame frameset h1 h2 h3 h4 h5 h6 head hr html i iframe img input ins isindex kbd label legend li link map menu meta noframes noscript object ol optgroup option p param pre q quality s samp script select small span strike strong style sub sup table tbody td textarea tfoot th thead title tr tt u ul var xmlns leftmargin topmargin abbr accept-charset accept accesskey action align alink alt archive axis background bgcolor border cellpadding cellspacing char charoff charset checked cite class classid clear codebase codetype color cols colspan compact content coords data datafld dataformatas datapagesize datasrc datetime declare defer dir disabled enctype face for frame frameborder selected headers height href hreflang hspace http-equiv id ismap label lang language link longdesc marginwidth marginheight maxlength media framespacing method multiple name nohref noresize noshade nowrap object onblur onchange onclick ondblclick onfocus onkeydown onkeypress onkeyup onload onmousedown onmousemove onmouseover onmouseout onmouseup onreset onselect onsubmit onunload profile prompt pluginspage readonly rel rev rows rowspan rules scheme scope scrolling shape size span src standby start style summary tabindex target text title type usemap valign value valuetype version vlink vspace width text password checkbox radio submit reset file hidden image public doctype xml xml:lang article aside audio canvas command details datalist figure figcaption footer header hgroup keygen mark meter nav output progress section time video wbr async autocomplete autofocus contenteditable contextmenu draggable formaction formenctype formnovalidate formtarget list manifest max min novalidate pattern ping placeholder required reversed role sandbox scoped seamless sizes spellcheck srcdoc step ^data- ^aria-
81 javascript=abs abstract acos anchor asin atan atan2 big bold boolean break byte case catch ceil char charAt charCodeAt class concat const continue cos Date debugger default delete do double else enum escape eval exp export extends false final finally fixed float floor fontcolor fontsize for fromCharCode function goto if implements import in indexOf Infinity instanceof int interface isFinite isNaN italics join lastIndexOf length link log long Math max MAX_VALUE min MIN_VALUE NaN native NEGATIVE_INFINITY new null Number package parseFloat parseInt pop POSITIVE_INFINITY pow private protected public push random return reverse round shift short sin slice small sort splice split sqrt static strike string String sub substr substring sup super switch synchronized tan this throw throws toLowerCase toString toUpperCase transient true try typeof undefined unescape unshift valueOf var void volatile while with
82 vbscript=and as boolean byref byte byval call case class const continue currency date dim do double each else elseif empty end error exit false for function get global goto if in integer long loop me new next not nothing object on optional or private property public put redim rem resume select set single string sub then to true type until variant wend while with
83 python=and assert break class continue complex def del elif else except exec finally for from global if import in inherit is int lambda not or pass print raise return tuple try unicode while yield long float str list
84 php=abstract and array as bool boolean break case catch cfunction __class__ class clone const continue declare default die __dir__ directory do double echo else elseif empty enddeclare endfor endforeach endif endswitch endwhile eval exception exit extends false __file__ final float for foreach __function__ function goto global if implements include include_once instanceof int integer interface isset __line__ list __method__ namespace __namespace__ new null object old_function or parent php_user_filter print private protected public real require require_once resource return __sleep static stdclass string switch this throw true try unset use var __wakeup while xor insteadof trait
85 sgml=ELEMENT DOCTYPE ATTLIST ENTITY NOTATION
89 # default scripting language for ASP
90 #
1 = JavaScript (or leave blank for default)
93 # asp.default.language=
2
96 # default extension used when saving files
99 # the following characters are these which a
"word" can contains, see documentation
100 #wordchars=_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789
102 # these comments are used for PHP, the comments used in HTML are in filetypes.xml
103 # single comments, like # in this file
109 # set to false if a comment character/string should start at column
0 of a line, true uses any
110 # indentation of the line, e.g. setting to true causes the following on pressing CTRL+d
112 # setting to false would generate this
114 # This setting works only for single line comments
115 comment_use_indent=true
117 # context action command (please see Geany's main documentation for details)
120 # if this setting is set to true, a new line after a line ending with an
121 # unclosed tag will be automatically indented
126 #
0 is spaces,
1 is tabs,
2 is tab & spaces
130 # %f will be replaced by the complete filename
131 # %e will be replaced by the filename without extension
132 # (use only one of it at one time)
133 # use a syntax checker and ignore the formatted output
134 compiler=tidy %f
>/dev/null
136 # the file will be opened with the default browser which can be set in the preferences dialog