Put Makefile comments at start of line.
[geany-mirror.git] / data / filetypes.javascript
blob477853d132b7022e462bd0a521f53b4f37067fd6
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=break case catch const continue default delete do each else false finally for function get if in Infinity instanceof let NaN new null return set switch this throw true try typeof undefined var void while with yield prototype
7 secondary=Array Boolean Date Function Math Number Object String RegExp EvalError Error RangeError ReferenceError SyntaxError TypeError URIError prototype decodeURI decodeURIComponent encodeURI encodeURIComponent eval isFinite isNaN parseFloat parseInt
9 [settings]
10 # default extension used when saving files
11 extension=js
13 # the following characters are these which a "word" can contains, see documentation
14 #wordchars=_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789
16 # single comments, like # in this file
17 comment_single=//
18 # multiline comments
19 comment_open=/*
20 comment_close=*/
22 # set to false if a comment character/string should start at column 0 of a line, true uses any
23 # indentation of the line, e.g. setting to true causes the following on pressing CTRL+d
24         #command_example();
25 # setting to false would generate this
26 #       command_example();
27 # This setting works only for single line comments
28 comment_use_indent=true
30 # context action command (please see Geany's main documentation for details)
31 context_action_cmd=
33 [indentation]
34 #width=4
35 # 0 is spaces, 1 is tabs, 2 is tab & spaces
36 #type=1
38 [build_settings]
39 # %f will be replaced by the complete filename
40 # %e will be replaced by the filename without extension
41 # (use only one of it at one time)
42 compiler=
43 run=