Branch: refs/heads/master Author: Jiří Techet techet@gmail.com Committer: Jiří Techet techet@gmail.com Date: Thu, 28 May 2015 14:27:32 UTC Commit: a6e7893c10dd9524aceca23b0a49822b49c57ca6 https://github.com/geany/geany/commit/a6e7893c10dd9524aceca23b0a49822b49c57c...
Log Message: ----------- Enable backquoted strings for go in cpp lexer
In addition, disable (or make less visible) syntax highlighting not related to go.
Modified Paths: -------------- data/filetypes.go
Modified: data/filetypes.go 6 lines changed, 5 insertions(+), 1 deletions(-) =================================================================== @@ -10,7 +10,11 @@ secondary=byte bool rune int int8 int16 int32 int64 uint uint8 uint16 uint32 uin # these are the Doxygen keywords 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
-[lexer_properties=C] +[lexer_properties] +lexer.cpp.backquoted.strings=1 +styling.within.preprocessor=1 +lexer.cpp.allow.dollars=0 +fold.preprocessor=0
[settings]
-------------- This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).