Add missing entry for 0.19.1 release.
[geany-mirror.git] / data / filetypes.matlab
blob398d02ccf928dee81addf018ace868836819e5bc
1 # For complete documentation of this file, please see Geany's main documentation
2 [styling]
3 # foreground;background;bold;italic
4 default=0x000000;0xffffff;false;false
5 comment=0x808080;0xffffff;false;false
6 command=0x111199;0xffffff;true;false
7 number=0x007f00;0xffffff;false;false
8 keyword=0x001a7f;0xffffff;true;false
9 string=0xff901e;0xffffff;false;false
10 operator=0x301010;0xffffff;false;false
11 identifier=0x000000;0xffffff;false;false
12 doublequotedstring=0xff901e;0xffffff;false;false
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 # if only single comment char is supported like # in this file, leave comment_close blank
26 comment_open=%
27 comment_close=
29 # set to false if a comment character/string should start at column 0 of a line, true uses any
30 # indentation of the line, e.g. setting to true causes the following on pressing CTRL+d
31         #command_example();
32 # setting to false would generate this
33 #       command_example();
34 # This setting works only for single line comments
35 comment_use_indent=true
37 # context action command (please see Geany's main documentation for details)
38 context_action_cmd=
40 [build_settings]
41 # %f will be replaced by the complete filename
42 # %e will be replaced by the filename without extension
43 # (use only one of it at one time)
44 compiler=
45 run_cmd=octave -q "%f"