Skip to content

Add some literal namespaces #86

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
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 after/syntax/cpp.vim
Original file line number Diff line number Diff line change
Expand Up @@ -1532,6 +1532,9 @@ if !exists("cpp_no_cpp14")
syntax keyword cppSTLnamespace literals
syntax keyword cppSTLnamespace chrono_literals

" complex
syntax keyword cppSTLnamespace complex_literals

" iterator
syntax keyword cppSTLfunction make_reverse_iterator

Expand Down Expand Up @@ -1837,6 +1840,7 @@ if !exists("cpp_no_cpp17")
syntax keyword cppSTLtype u32string_view
syntax keyword cppSTLfunction remove_prefix
syntax keyword cppSTLfunction remove_suffix
syntax keyword cppSTLnamespace string_view_literals

" system_error
syntax keyword cppSTLbool is_error_code_enum_v
Expand Down