8000 add nullptr_t · WeichenXu/vim-cpp@e0d2e4e · GitHub
[go: up one dir, main page]

Skip to content

Commit e0d2e4e

Browse files
committed
add nullptr_t
Close vim-jp#34
1 parent 63d4e4c commit e0d2e4e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

syntax/cpp.vim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ syn keyword cppConstant __cplusplus
3636

3737
" C++ 11 extensions
3838
if !exists("cpp_no_cpp11")
39-
syn keyword cppType override final
39+
syn keyword cppType override final nullptr_t
4040
syn keyword cppExceptions noexcept
4141
syn keyword cppStorageClass constexpr decltype thread_local
4242
syn keyword cppConstant nullptr

0 commit comments

Comments
 (0)
0