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