aboutsummaryrefslogtreecommitdiffhomepage
path: root/lib/lexers/cpp.tes
diff options
context:
space:
mode:
authorRobin Haberkorn <robin.haberkorn@googlemail.com>2015-03-23 20:30:46 +0100
committerRobin Haberkorn <robin.haberkorn@googlemail.com>2015-03-24 02:47:49 +0100
commitfec93b9b0cc83dc1102c78c8bf1eacaf8763d9b8 (patch)
tree2138c060b90a104c367dc9a36223b694c1b33f06 /lib/lexers/cpp.tes
parente4789a60d2a409f74efba9e9a3faf5250a50e0ae (diff)
downloadsciteco-fec93b9b0cc83dc1102c78c8bf1eacaf8763d9b8.tar.gz
reformatted existing lexer definitions
* they are updated with the results of scite2co.lua This makes it easier in the future to update lexer settings based on the property files of new SciTE releases.
Diffstat (limited to 'lib/lexers/cpp.tes')
-rw-r--r--lib/lexers/cpp.tes42
1 files changed, 21 insertions, 21 deletions
diff --git a/lib/lexers/cpp.tes b/lib/lexers/cpp.tes
index 8d7cee8..a080c7c 100644
--- a/lib/lexers/cpp.tes
+++ b/lib/lexers/cpp.tes
@@ -1,32 +1,32 @@
! C/C++ Lexing !
-@[lexer.test.cpp]{
- [_ _.[c,cc,cpp,cxx,h,hh,hpp,hxx,ipp,m,mm,sma]M[lexer.checkname] ]_
-}
+@[lexer.test.cpp]{ [_
+ _.[c,cc,cpp,cxx,h,hh,hpp,hxx,ipp,m,mm,sma]M[lexer.checkname]
+]_ }
@[lexer.set.cpp]{
ESSETLEXER,SCLEX_CPP
0ESSETKEYWORDS
- and and_eq asm auto bitand bitor bool break
- case catch char class compl const const_cast continue
- default delete do double dynamic_cast else enum explicit export extern false float for
- friend goto if inline int long mutable namespace new not not_eq
- operator or or_eq private protected public
- register reinterpret_cast return short signed sizeof static static_cast struct switch
- template this throw true try typedef typeid typename union unsigned using
- virtual void volatile wchar_t while xor xor_eq
+ and and_eq asm auto bitand bitor bool break case catch char class compl
+ const const_cast constexpr continue default delete do double dynamic_cast else
+ enum explicit export extern false float for friend goto if inline int long
+ mutable namespace new not not_eq operator or or_eq private protected public register
+ reinterpret_cast return short signed sizeof static static_cast struct switch template this
+ throw true try typedef typeid typename union unsigned using virtual void volatile
+ wchar_t while xor xor_eq @class @defs @protocol @required @optional @end @interface
+ @public @package @protected @private @property @implementation @synthesize @dynamic
+ @throw @try @catch @finally @synchronized @autoreleasepool @selector @encode
+ @compatibility_alias
! Doxygen keywords !
2ESSETKEYWORDS
- a addindex addtogroup anchor arg attention
- author b brief bug c class code date def defgroup deprecated dontinclude
- e em endcode endhtmlonly endif endlatexonly endlink endverbatim enum example exception
- f$ f[ f] file fn hideinitializer htmlinclude htmlonly
- if image include ingroup internal invariant interface latexonly li line link
- mainpage name namespace nosubgrouping note overload
- p page par param post pre ref relates remarks return retval
- sa section see showinitializer since skip skipline struct subsection
- test throw todo typedef union until
- var verbatim verbinclude version warning weakgroup $ @ \ & < > # { }
+ a addindex addtogroup anchor arg attention author b brief bug c class code
+ date def defgroup deprecated dontinclude e em endcode endhtmlonly endif
+ endlatexonly endlink endverbatim enum example exception f$ f[ f] file fn hideinitializer
+ htmlinclude htmlonly if image include ingroup internal invariant interface latexonly li
+ line link mainpage name namespace nosubgrouping note overload p page par param
+ param[in] param[out] post pre ref relates remarks return retval sa section see
+ showinitializer since skip skipline struct subsection test throw throws todo typedef union
+ until var verbatim verbinclude version warning weakgroup $ @ \ & < > # { }
:M[color.comment],1M[color.set]
:M[color.comment],2M[color.set]
:M[color.comment],3M[color.set]