plugins: generic load_data instead of module pointer in Plugin struct
[geany-mirror.git] / data / filetypes.actionscript
blobc5361d71bbe11ca61a0609d39faa11aa5bdf0a8f
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 [settings]
11 # default extension used when saving files
12 extension=as
14 # MIME type
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
21 comment_single=//
22 # multiline comments
23 comment_open=/*
24 comment_close=*/
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
28 #command_example();
29 # setting to false would generate this
30 # command_example();
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)
35 context_action_cmd=
37 [indentation]
38 #width=4
39 # 0 is spaces, 1 is tabs, 2 is tab & spaces
40 #type=1
42 [build_settings]
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)
46 compiler=
47 run_cmd=