Enable backquoted strings for go in cpp lexer
In addition, disable (or make less visible) syntax highlighting not related to go.
This commit is contained in:
parent
95368425f4
commit
a6e7893c10
@ -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]
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user