Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions syntax/stl.vim
Original file line number Diff line number Diff line change
Expand Up @@ -703,6 +703,9 @@ if !exists("cpp_no_cpp11")
syntax keyword cppSTLtype nullptr_t max_align_t
syntax keyword cppSTLtype type_index
syntax keyword cppSTLtype initializer_list

syntax keyword cppSTLspecifier override
syntax keyword cppSTLspecifier final

" type_traits
syntax keyword cppSTLtype is_void
Expand Down Expand Up @@ -1297,5 +1300,6 @@ if version >= 508 || !exists("did_cpp_syntax_inits")
HiLink cppSTLenum Typedef
HiLink cppSTLios Function
HiLink cppSTLcast Statement " be consistent with official syntax
HiLink cppSTLspecifier Statement
delcommand HiLink
endif