Added lexical cast exception highlight.

This commit is contained in:
2022-04-28 16:59:51 -04:00
parent 58cd473e63
commit 894f18c7f8

View File

@ -170,6 +170,8 @@ syn keyword cxxStlNothrowObject containedin=cxxStlLibrary nothrow contained
syn keyword cxxStlKeywords contained containedin=cxxBoostLibrary syn keyword cxxStlKeywords contained containedin=cxxBoostLibrary
syn keyword cxxLibStatement contained containedin=cxxBoostLibrary lexical_cast noncopyable syn keyword cxxLibStatement contained containedin=cxxBoostLibrary lexical_cast noncopyable
syn keyword cxxStlExceptionNames containedin=cxxBoostLibrary bad_lexical_cast contained
syn keyword cxxLibStatement contained containedin=cxxStlLibrary as_const syn keyword cxxLibStatement contained containedin=cxxStlLibrary as_const
syn keyword cxxStlKeywords template_for syn keyword cxxStlKeywords template_for