Convert old Glade2 user-interface file to Glade3/GtkBuilder format.
[geany-mirror.git] / data / filetypes.ferite
blob1dbc252ba7cd6dfa87d3f01fea55f3094e04b15b
1 # For complete documentation of this file, please see Geany's main documentation
2 [styling]
3 # foreground;background;bold;italic
4 default=default
5 comment=comment
6 commentline=comment
7 commentdoc=commentdoc
8 number=number
9 word=keyword
10 word2=keyword2
11 string=string
12 character=string
13 uuid=extra
14 preprocessor=preprocessor
15 operator=operator
16 identifier=default
17 stringeol=stringeol
18 # @"verbatim"
19 verbatim=extra
20 # (/regex/)
21 regex=extra
22 commentlinedoc=commentdoc,bold
23 commentdockeyword=commentdoc,bold,italic
24 commentdockeyworderror=commentdoc
25 globalclass=type
27 [keywords]
28 # all items must be in one line
29 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
30 types=boolean string number array object void XML Unix Sys String Stream Serialize RMI Posix Number Network Math FileSystem Console Array Regexp XSLT
31 docComment=brief class declaration description end example extends function group implements modifies module namespace param protocol return return static type variable warning
33 [settings]
34 # default extension used when saving files
35 extension=fe
37 # the following characters are these which a "word" can contains, see documentation
38 #wordchars=_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789
40 # single comments, like # in this file
41 comment_single=//
42 # multiline comments
43 comment_open=/*
44 comment_close=*/
46 # set to false if a comment character/string should start at column 0 of a line, true uses any
47 # indentation of the line, e.g. setting to true causes the following on pressing CTRL+d
48         #command_example();
49 # setting to false would generate this
50 #       command_example();
51 # This setting works only for single line comments
52 comment_use_indent=true
54 # context action command (please see Geany's main documentation for details)
55 context_action_cmd=
57 [indentation]
58 #width=4
59 # 0 is spaces, 1 is tabs, 2 is tab & spaces
60 #type=1
62 [build_settings]
63 # %f will be replaced by the complete filename
64 # %e will be replaced by the filename without extension
65 # (use only one of it at one time)
66 compiler=ferite -vc "%f"
67 run_cmd=ferite "%f"