Small NEWS udpate
[geany-mirror.git] / data / filetypes.ferite
blobdb5b6223b9380da00e98c80dcd0519a4cdfb614b
1 # For complete documentation of this file, please see Geany's main documentation
2 [styling=C]
4 [keywords]
5 # all items must be in one line
6 primary=false null self super true abstract alias and arguments attribute_missing break case class closure conformsToProtocol constructor continue default deliver destructor diliver directive do else extends eval final fix for function global handle if iferr implements include instanceof isa method_missing modifies monitor namespace new or private protected protocol public raise recipient rename return static switch uses using while
7 types=boolean string number array object void XML Unix Sys String Stream Serialize RMI Posix Number Network Math FileSystem Console Array Regexp XSLT
8 docComment=brief class declaration description end example extends function group implements modifies module namespace param protocol return return static type variable warning
10 [settings]
11 # default extension used when saving files
12 extension=fe
14 # the following characters are these which a "word" can contains, see documentation
15 #wordchars=_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789
17 # single comments, like # in this file
18 comment_single=//
19 # multiline comments
20 comment_open=/*
21 comment_close=*/
23 # set to false if a comment character/string should start at column 0 of a line, true uses any
24 # indentation of the line, e.g. setting to true causes the following on pressing CTRL+d
25         #command_example();
26 # setting to false would generate this
27 #       command_example();
28 # This setting works only for single line comments
29 comment_use_indent=true
31 # context action command (please see Geany's main documentation for details)
32 context_action_cmd=
34 [indentation]
35 #width=4
36 # 0 is spaces, 1 is tabs, 2 is tab & spaces
37 #type=1
39 [build_settings]
40 # %f will be replaced by the complete filename
41 # %e will be replaced by the filename without extension
42 # (use only one of it at one time)
43 compiler=ferite -vc "%f"
44 run_cmd=ferite "%f"