summaryrefslogtreecommitdiffstats
path: root/after/syntax/cpp.vim
diff options
context:
space:
mode:
authorAdam Stankiewicz <sheerun@sher.pl>2015-05-24 23:42:59 +0200
committerAdam Stankiewicz <sheerun@sher.pl>2015-05-24 23:42:59 +0200
commit4203435c48adfec7950f5b9ab745e87c5296e486 (patch)
tree84a389447483a13e50d46c0eefb7d7eec51b4141 /after/syntax/cpp.vim
parent271b63d71707720ad0d35590b8cb50f8f8f43014 (diff)
downloadvim-polyglot-4203435c48adfec7950f5b9ab745e87c5296e486.tar.gz
vim-polyglot-4203435c48adfec7950f5b9ab745e87c5296e486.zip
Updatev1.13.3
Diffstat (limited to 'after/syntax/cpp.vim')
-rw-r--r--after/syntax/cpp.vim1
1 files changed, 1 insertions, 0 deletions
diff --git a/after/syntax/cpp.vim b/after/syntax/cpp.vim
index b8451618..6c34fe74 100644
--- a/after/syntax/cpp.vim
+++ b/after/syntax/cpp.vim
@@ -760,6 +760,7 @@ syntax keyword cppSTLconstant WCHAR_MAX
if !exists("cpp_no_cpp11")
syntax keyword cppSTLtype nullptr_t max_align_t
syntax keyword cppSTLtype type_index
+ syntax keyword cppSTLconstant nullptr
" type_traits
syntax keyword cppSTLtype is_void