Convert old Glade2 user-interface file to Glade3/GtkBuilder format.
[geany-mirror.git] / data / filetypes.matlab
blob0e53ed8ef111604c7a870adc790c7c4d5f5ddec3
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 # 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"