Fix search_find_text not returning -1 when match is out of range.
[geany-mirror.git] / data / filetypes.sh
blob639b4132f5c7f1a576f66ebfb4a2af4125c8b7fa
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 commentline=0xd00000;0xffffff;false;false
6 number=0x007f00;0xffffff;false;false
7 word=0x111199;0xffffff;true;false
8 string=0xff901e;0xffffff;false;false
9 character=0x404000;0xffffff;false;false
10 operator=0x301010;0xffffff;false;false
11 identifier=0x000000;0xffffff;false;false
12 backticks=0x000000;0xd0d0d0;false;false
13 param=0x009f00;0xffffff;false;false
14 scalar=0x105090;0xffffff;false;false
15 error=0xff0000;0xffffff;false;false
16 here_delim=0x000000;0xddd0dd;false;false
17 here_q=0x7f007f;0xddd0dd;false;false
19 [keywords]
20 primary=break case continue do done elif else esac eval exit export fi for function goto if in integer return set shift then until while
23 [settings]
24 # default extension used when saving files
25 #extension=sh
27 # the following characters are these which a "word" can contains, see documentation
28 #wordchars=_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789
30 # if only single comment char is supported like # in this file, leave comment_close blank
31 comment_open=#
32 comment_close=
34 # set to false if a comment character/string should start a 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 [build_settings]
46 # %f will be replaced by the complete filename
47 # %e will be replaced by the filename without extension
48 # (use only one of it at one time)
49 run_cmd="./%f"