Remove unused code
[geany-mirror.git] / data / filedefs / filetypes.vala
blob225d056c52c3b9a2bc10a53e1399fcb8929b8155
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=abstract as async base bool break callback case catch char class const constpointer construct continue default delegate delete do double dynamic else ensures enum errordomain extern false finally float for foreach generic get global if in inline int int16 int32 int64 int8 interface internal is lock long namespace new null out override owned private protected public ref requires return set sealed short signal size_t sizeof ssize_t static string struct switch this throw throws time_t true try typeof uchar uint uint16 uint32 uint64 uint8 ulong unichar unowned ushort using value var virtual void weak while yield
7 #secondary=
8 # these are the Doxygen and Valadoc keywords
9 docComment=a addindex addtogroup anchor arg attention author authors b brief bug c callergraph callgraph category cite class code cond copybrief copydetails copydoc copyright date def defgroup deprecated details dir dontinclude dot dotfile e else elseif em endcode endcond enddot endhtmlonly endif endinternal endlatexonly endlink endmanonly endmsc endrtfonly endverbatim endxmlonly enum example exception extends file fn headerfile hideinitializer htmlinclude htmlonly if ifnot image implements include includelineno ingroup inheritDoc interface internal invariant latexonly li line link mainpage manonly memberof msc mscfile n name namespace nosubgrouping note overload p package page par paragraph param post pre private privatesection property protected protectedsection protocol public publicsection ref related relatedalso relates relatesalso remark remarks result return returns retval rtfonly sa section see short showinitializer since skip skipline snippet struct subpage subsection subsubsection tableofcontents test throw throws todo tparam typedef union until var verbatim verbinclude version warning weakgroup xmlonly xrefitem
11 [lexer_properties=C]
12 lexer.cpp.triplequoted.strings=1
14 [settings]
15 lexer_filetype=C
17 # default extension used when saving files
18 extension=vala
20 # MIME type
21 mime_type=text/x-vala
23 # these characters define word boundaries when making selections and searching
24 # using word matching options
25 #wordchars=_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789
27 # single comments, like # in this file
28 comment_single=//
29 # multiline comments
30 comment_open=/*
31 comment_close=*/
33 # set to false if a comment character/string should start at column 0 of a line, true uses any
34 # indentation of the line, e.g. setting to true causes the following on pressing CTRL+d
35 # #command_example();
36 # setting to false would generate this
37 # # command_example();
38 # This setting works only for single line comments
39 #comment_use_indent=true
41 # context action command (please see Geany's main documentation for details)
42 #context_action_cmd=
44 [indentation]
45 #width=4
46 # 0 is spaces, 1 is tabs, 2 is tab & spaces
47 #type=1
49 [build_settings]
50 # %f will be replaced by the complete filename
51 # %e will be replaced by the filename without extension
52 compiler=valac -c "%f"
53 linker=valac "%f"
54 run_cmd=./"%e"