Reword "wordchars" description using the description from the manual
[geany-mirror.git] / data / filedefs / filetypes.actionscript
blob85ba73a7d2317eb763751dc52fe21c2b0f43fe39
1 # For complete documentation of this file, please see Geany's main documentation
2 [styling=C]
4 [keywords]
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
10 [lexer_properties=C]
12 [settings]
13 # default extension used when saving files
14 extension=as
16 # MIME type
17 mime_type=application/ecmascript
19 # these characters define word boundaries when making selections and searching
20 # using word matching options
21 #wordchars=_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789
23 # single comments, like # in this file
24 comment_single=//
25 # multiline comments
26 comment_open=/*
27 comment_close=*/
29 # set to false if a comment character/string should start at column 0 of a line, true uses any
30 # indentation of the line, e.g. setting to true causes the following on pressing CTRL+d
31 # #command_example();
32 # setting to false would generate this
33 # # command_example();
34 # This setting works only for single line comments
35 comment_use_indent=true
37 # context action command (please see Geany's main documentation for details)
38 context_action_cmd=
40 [indentation]
41 #width=4
42 # 0 is spaces, 1 is tabs, 2 is tab & spaces
43 #type=1
45 [build_settings]
46 # %f will be replaced by the complete filename
47 # %e will be replaced by the filename without extension
48 # (use only one of it at one time)
49 compiler=
50 run_cmd=