1 # For complete documentation of this file, please see Geany's main documentation
3 # Edit these in the colorscheme .conf file instead
11 identifier=identifier_1
12 doublequotedstring=string_2
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
19 # default extension used when saving files
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
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
37 # setting to false would generate this
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)
47 # 0 is spaces, 1 is tabs, 2 is tab & spaces
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)
55 run_cmd=octave -q "%f"