Bump API version for new plugin entry points (oops)
[geany-mirror.git] / data / filetypes.matlab
blobd5481a9bbfeaddb4103a28a480bb8279b8c1f3e2
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 classdef continue else elseif end enumeration events for function global if methods otherwise persistent properties return switch try while
18 [settings]
19 # default extension used when saving files
20 extension=m
22 # MIME type
23 mime_type=text/x-matlab
25 # the following characters are these which a "word" can contains, see documentation
26 #wordchars=_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789
28 # single comments, like # in this file
29 comment_single=%
30 # multiline comments
31 #comment_open=
32 #comment_close=
34 # set to false if a comment character/string should start at column 0 of a line, true uses any
35 # indentation of the line, e.g. setting to true causes the following on pressing CTRL+d
36         #command_example();
37 # setting to false would generate this
38 #       command_example();
39 # This setting works only for single line comments
40 comment_use_indent=true
42 # context action command (please see Geany's main documentation for details)
43 context_action_cmd=
45 [indentation]
46 #width=4
47 # 0 is spaces, 1 is tabs, 2 is tab & spaces
48 #type=1
50 [build_settings]
51 # %f will be replaced by the complete filename
52 # %e will be replaced by the filename without extension
53 # (use only one of it at one time)
54 compiler=
55 run_cmd=octave -q "%f"