8000 cpp.vim: Add thread_local keyword. · ChaiScript/vim-cpp@c8a6c82 · GitHub
[go: up one dir, main page]

Skip to content

Commit c8a6c82

Browse files
committed
cpp.vim: Add thread_local keyword.
1 parent adbefa2 commit c8a6c82

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
@@ -38,7 +38,7 @@ syn keyword cppConstant __cplusplus
3838
if !exists("cpp_no_cpp11")
3939
syn keyword cppType override final
4040
syn keyword cppExceptions noexcept
41-
syn keyword cppStorageClass constexpr decltype
41+
syn keyword cppStorageClass constexpr decltype thread_local
< 4C88 div aria-hidden="true" style="left:-2px" class="position-absolute top-0 d-flex user-select-none DiffLineTableCellParts-module__in-progress-comment-indicator--hx3m3">
4242
syn keyword cppConstant nullptr
4343
endif
4444

0 commit comments

Comments
 (0)
0