Small update of German translation
[geany-mirror.git] / data / filedefs / filetypes.actionscript
blob8705ec29a88183c7d6584d8c93842960f5d492b8
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 # the following characters are these which a "word" can contains, see documentation
20 #wordchars=_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789
22 # single comments, like # in this file
23 comment_single=//
24 # multiline comments
25 comment_open=/*
26 comment_close=*/
28 # set to false if a comment character/string should start at column 0 of a line, true uses any
29 # indentation of the line, e.g. setting to true causes the following on pressing CTRL+d
30 #command_example();
31 # setting to false would generate this
32 # command_example();
33 # This setting works only for single line comments
34 comment_use_indent=true
36 # context action command (please see Geany's main documentation for details)
37 context_action_cmd=
39 [indentation]
40 #width=4
41 # 0 is spaces, 1 is tabs, 2 is tab & spaces
42 #type=1
44 [build_settings]
45 # %f will be replaced by the complete filename
46 # %e will be replaced by the filename without extension
47 # (use only one of it at one time)
48 compiler=
49 run_cmd=