Skip to content

Commit c55335d

Browse files
authored
Update README.md
1 parent 5e37cb8 commit c55335d

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ The syntax files provide highlighting of:
1414
- Optionally a simpler (less colorful) highlighting of standard C and C++
1515
keywords
1616

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
1919

2020

2121
## Difference to vim-cpp-enhanced-highlight
@@ -27,9 +27,8 @@ following modifications:
2727
`export` are standard C++ statements and **not** types and are therefore
2828
highlighted using the highlight group `Statement`.
2929
- 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.
3332

3433

3534
## Optional features
@@ -84,3 +83,4 @@ Distributed under the same terms as Vim itself. See `:help license`.
8483
[attributes]: https://en.cppreference.com/w/cpp/language/attributes
8584
[coroutines]: https://en.cppreference.com/w/cpp/language/coroutines
8685
[concepts]: https://en.cppreference.com/w/cpp/concepts
86+
[screenshot]: https://github.com/user-attachments/assets/4c61580e-203b-4a78-b7cf-2b34702640f0

0 commit comments

Comments
 (0)