More C++ highlights! YAY! :-)
This commit is contained in:
@ -37,12 +37,13 @@ syn match cxxStlPrefix "\<std\(::\)\@="
|
||||
syn match cxxStlTypes "\(\<std::\)\@<=\(\(i\|o\)\(f\|string\)\?stream\)\>"
|
||||
syn match cxxStlTypes "\(\<std::\)\@<=\(iostream\)\>"
|
||||
syn match cxxStlTypes "\(\<std::\)\@<=basic_string\(<\)\@="
|
||||
syn match cxxStlTypes "\(std::\)\@<=\(vector\|array\|deque\|list\|pair\|\(priority_\)\?queue\|stack\|\(unordered_\)\?\(multi\)\?\(set\|map\)\)\(<\)\@="
|
||||
syn match cxxStlTypes "\(std::\)\@<=\(vector\|array\|deque\|list\|pair\|\(priority_\)\?queue\|stack\|\(unordered_\)\?\(multi\)\?\(set\|map\)\)\(<\|;\| \)\@="
|
||||
|
||||
syn match cxxStlService "\(std::\)\@<=\(cout\|cerr\)\>"
|
||||
syn match cxxStlService "\(std::\)\@<=\(cout\|clog\|cerr\)\>"
|
||||
syn match cxxStlConstant "\(std::\)\@<=\(endl\|flush\)\>"
|
||||
|
||||
syn match cxxStlKeywords "\(\<std::\)\@<=string\>"
|
||||
syn match cxxStlKeywords "\(\<std::\)\@<=mutex\>"
|
||||
syn match cxxStlKeywords "\(std::\)\@<=\(unique\|shared\|weak\)_ptr\(<\)\@="
|
||||
syn match cxxStlKeywords "\(std::\)\@<=nullptr_t\>"
|
||||
syn match cxxStlKeywords "\(std::\)\@<=function\>"
|
||||
|
Reference in New Issue
Block a user