plugins: generic load_data instead of module pointer in Plugin struct
[geany-mirror.git] / data / filetypes.sh
blob715e07cc290dde60a7c988f25f0ba1d176c56635
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 commentline=comment_line
6 number=number_1
7 word=keyword_1
8 string=string_1
9 character=character
10 operator=operator
11 identifier=identifier
12 backticks=backticks
13 param=parameter
14 scalar=identifier_1
15 error=error
16 here_delim=here_doc
17 here_q=here_doc
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 # MIME type
28 mime_type=application/x-shellscript
30 # the following characters are these which a "word" can contains, see documentation
31 #wordchars=_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789
33 # single comments, like # in this file
34 comment_single=#
35 # multiline comments
36 #comment_open=
37 #comment_close=
39 # set to false if a comment character/string should start a column 0 of a line, true uses any
40 # indentation of the line, e.g. setting to true causes the following on pressing CTRL+d
41 #command_example();
42 # setting to false would generate this
43 # command_example();
44 # This setting works only for single line comments
45 comment_use_indent=true
47 # context action command (please see Geany's main documentation for details)
48 context_action_cmd=
50 [indentation]
51 #width=4
52 # 0 is spaces, 1 is tabs, 2 is tab & spaces
53 #type=1
55 [build-menu]
56 # %f will be replaced by the complete filename
57 # %e will be replaced by the filename without extension
58 # (use only one of it at one time)
59 FT_02_LB=_Lint
60 FT_02_CM=shellcheck --format=gcc "%f"
61 FT_02_WD=
62 EX_00_LB=_Execute
63 EX_00_CM="./%f"
64 EX_00_WD=