Bump API version for new plugin entry points (oops)
[geany-mirror.git] / data / filetypes.go
blob5214dad2425bee22d7eda1ae5cc69f6b7c2527e9
1 # For complete documentation of this file, please see Geany's main documentation
3 [styling=C]
5 [keywords]
6 # all items must be in one line
7 primary=break case chan const continue default defer else fallthrough for func go goto if import interface map package range return select struct switch type var true false iota nil
8 secondary=bool byte complex64 complex128 error float32 float64 int int8 int16 int32 int64 rune string uint uint8 uint16 uint32 uint64 uintptr
10 # these are the Doxygen keywords
11 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 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
13 [lexer_properties]
14 lexer.cpp.backquoted.strings=1
15 styling.within.preprocessor=1
16 lexer.cpp.allow.dollars=0
17 fold.preprocessor=0
19 [settings]
21 # default extension used when saving files
22 extension=go
24 # MIME type
25 mime_type=text/x-go
27 # the following characters are these which a "word" can contains, see documentation
28 #wordchars=_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789
30 # single comments, like # in this file
31 comment_single=//
32 # multiline comments
33 comment_open=/*
34 comment_close=*/
36 # set to false if a comment character/string should start at column 0 of a line, true uses any
37 # indentation of the line, e.g. setting to true causes the following on pressing CTRL+d
38 #command_example();
39 # setting to false would generate this
40 # command_example();
41 # This setting works only for single line comments
42 comment_use_indent=true
44 # context action command (please see Geany's main documentation for details)
45 context_action_cmd=
47 [indentation]
48 #width=4
49 # 0 is spaces, 1 is tabs, 2 is tab & spaces
50 #type=1
52 [build-menu]
53 FT_00_LB=_Build
54 FT_00_CM=go build %f
55 FT_00_WD=
56 FT_02_LB=Te_st
57 FT_02_CM=go test
58 FT_02_WD=
59 EX_00_LB=_Run
60 EX_00_CM=go run %f
61 EX_00_WD=