Reword "wordchars" description using the description from the manual
[geany-mirror.git] / data / filedefs / filetypes.matlab
blobac9f9c555bb6974d6d7dab7a8f75473f6b8e564e
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 parfor 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 # these characters define word boundaries when making selections and searching
26 # using word matching options
27 #wordchars=_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789
29 # single comments, like # in this file
30 comment_single=%
31 # multiline comments
32 #comment_open=
33 #comment_close=
35 # set to false if a comment character/string should start at column 0 of a line, true uses any
36 # indentation of the line, e.g. setting to true causes the following on pressing CTRL+d
37 #               #command_example();
38 # setting to false would generate this
39 # #             command_example();
40 # This setting works only for single line comments
41 comment_use_indent=true
43 # context action command (please see Geany's main documentation for details)
44 context_action_cmd=
46 [indentation]
47 #width=4
48 # 0 is spaces, 1 is tabs, 2 is tab & spaces
49 #type=1
51 [build_settings]
52 # %f will be replaced by the complete filename
53 # %e will be replaced by the filename without extension
54 # (use only one of it at one time)
55 compiler=
56 run_cmd=octave -q "%f"