Recognize #!/bin/dash as shebang for Shell files (closes #3470986)
[geany-mirror.git] / data / filetypes.matlab
blobd566adc12e68ecfa949662faf40831befd75b899
1 # For complete documentation of this file, please see Geany's main documentation
2 [styling]
3 # Edit these in the colorscheme .conf file instead
4 default=default
5 comment=comment
6 command=function
7 number=number_1
8 keyword=keyword_1
9 string=string_1
10 operator=operator
11 identifier=identifier_1
12 doublequotedstring=string_2
14 [keywords]
15 # all items must be in one line
16 primary=break case catch continue else elseif end for function global if otherwise persistent return switch try while
18 [settings]
19 # default extension used when saving files
20 extension=m
22 # the following characters are these which a "word" can contains, see documentation
23 #wordchars=_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789
25 # single comments, like # in this file
26 comment_single=%
27 # multiline comments
28 #comment_open=
29 #comment_close=
31 # set to false if a comment character/string should start at column 0 of a line, true uses any
32 # indentation of the line, e.g. setting to true causes the following on pressing CTRL+d
33         #command_example();
34 # setting to false would generate this
35 #       command_example();
36 # This setting works only for single line comments
37 comment_use_indent=true
39 # context action command (please see Geany's main documentation for details)
40 context_action_cmd=
42 [indentation]
43 #width=4
44 # 0 is spaces, 1 is tabs, 2 is tab & spaces
45 #type=1
47 [build_settings]
48 # %f will be replaced by the complete filename
49 # %e will be replaced by the filename without extension
50 # (use only one of it at one time)
51 compiler=
52 run_cmd=octave -q "%f"