1 # For complete documentation of
this file
, please see Geany
's main documentation
5 # all items must be in one line
6 primary=arguments break case catch class const continue default do dynamic each else extends false final finally for function get if implements import in include Infinity interface internal label namespace NaN native new null override package private protected public return set static super switch this throw true try typeof undefined var while with
7 secondary=decodeURI decodeURIcomponent encodeURI encodeURIcomponent escape isFinite isNaN isXMLName parseFloat parseInt trace unescape
8 classes=ArgumentError Array Boolean Class Date DefinitionError Error EvalError Function int Math NameSpace Null Number Object QName RangeError ReferenceError RegExp SecurityError String SyntaxError TypeError uint URIError Vector VerifyError void XML XMLList
11 # default extension used when saving files
15 mime_type=application/ecmascript
17 # the following characters are these which a "word" can contains, see documentation
18 #wordchars=_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789
20 # single comments, like # in this file
26 # set to false if a comment character/string should start at column 0 of a line, true uses any
27 # indentation of the line, e.g. setting to true causes the following on pressing CTRL+d
29 # setting to false would generate this
31 # This setting works only for single line comments
32 comment_use_indent=true
34 # context action command (please see Geany's main documentation
for details
)
39 # 0 is spaces
, 1 is tabs
, 2 is tab
& spaces
43 # %f will be replaced by the complete filename
44 # %e will be replaced by the filename without extension
45 # (use only one of it at one time
)