python: Fix handling of inline comments
[geany-mirror.git] / data / filetypes.Genie.conf
blobbd36aac4c6035e10a8346d2210da1490c09e2b40
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 and array as assert async bool break byte case cast char class const construct continue date datetime decimal dedent def default delegate delete dict div do double downto dynamic else ensures enum errordomain event except exception extern false final finally float for foreach get hash identifier if implements implements in init inline int int16 int32 int64 int8 interface internal is isa list lock long max min namespace namespace new not null object of or otherwise out override owned params pass print private prop protected public raise raises readonly ref requires return sbyte self set short single sizeof size_t ssize_t static string struct super to true try typeof uint uint32 uint64 uint8 ulong unichar unit16 unless unowned uses uses ushort var virtual void volatile weak when while writeonly 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]
12 lexer.cpp.triplequoted.strings=1
14 [settings]
15 # Vala uses the C lexer
16 lexer_filetype=C
17 tag_parser=Python
19 # default extension used when saving files
20 extension=gs
22 # the following characters are these which a "word" can contains, see documentation
23 #wordchars=_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789
25 # single comments, like # in this file
26 comment_single=//
27 # multiline comments
28 comment_open=/*
29 comment_close=*/
31 [build-menu]
32 FT_00_LB=_Compile
33 FT_00_CM=valac -c "%f"
34 FT_00_WD=
35 FT_01_LB=_Build
36 FT_01_CM=valac "%f"
37 FT_01_WD=