Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 99e7ef8

Browse files
committed
Add cTypedef to cpp_simple_highlight list
1 parent 4d6c77c commit 99e7ef8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

‎after/syntax/c.vim

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
" http://www.vim.org/scripts/script.php?script_id=3064
66
" Maintainer: bfrg <bfrg@users.noreply.github.com>
77
" Website: https://github.com/bfrg/vim-cpp-modern
8-
" Last Change: Oct 22, 2020
8+
" Last Change: Oct 23, 2020
99
"
1010
" Extended C syntax highlighting including highlighting of user-defined
1111
" functions.
@@ -61,5 +61,6 @@ hi def link cAnsiName Identifier
6161
if get(g:, 'cpp_simple_highlight', 0)
6262
hi link cStorageClass Statement
6363
hi link cStructure Statement
64+
hi link cTypedef Statement
6465
hi link cLabel Statement
6566
endif

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /