@@ -14,8 +14,8 @@ The syntax files provide highlighting of:
14
14
- Optionally a simpler (less colorful) highlighting of standard C and C++
15
15
keywords
16
16
17
- ![ screenshot] ( https://github.com/user-attachments/assets/4c61580e-203b-4a78-b7cf-2b34702640f0 )
18
- ** left:** default ` cpp ` syntax file, ** right:** this plugin
17
+ ![ screenshot] [ screenshot ]
18
+ ** left:** default ` cpp.vim ` syntax file, ** right:** this plugin
19
19
20
20
21
21
## Difference to vim-cpp-enhanced-highlight
@@ -27,9 +27,8 @@ following modifications:
27
27
` export ` are standard C++ statements and ** not** types and are therefore
28
28
highlighted using the highlight group ` Statement ` .
29
29
- Highlighting of library functions is purely regex-based.
30
- - User-defined function templates, class names in declarations, and class scopes
31
- are not highlighted. Their regex'es are too complicated and slow, and fail too
32
- often.
30
+ - User-defined function templates and class/struct members are not highlighted.
31
+ Their regex'es are too complicated and slow, and fail too often.
33
32
34
33
35
34
## Optional features
@@ -84,3 +83,4 @@ Distributed under the same terms as Vim itself. See `:help license`.
84
83
[ attributes ] : https://en.cppreference.com/w/cpp/language/attributes
85
84
[ coroutines ] : https://en.cppreference.com/w/cpp/language/coroutines
86
85
[ concepts ] : https://en.cppreference.com/w/cpp/concepts
86
+ [ screenshot ] : https://github.com/user-attachments/assets/4c61580e-203b-4a78-b7cf-2b34702640f0
0 commit comments