Add TODO to cpp syntax
This commit is contained in:
parent
d063e60559
commit
6435ed4c4d
@ -109,6 +109,7 @@ endif
|
||||
if !exists('cpp_no_function')
|
||||
" Match function expressions: expr<T>()
|
||||
" ^^^^
|
||||
" TODO: change .* to a not be greedy
|
||||
syn match cppFunction '\h\w*\ze<.*>\s*(' display
|
||||
|
||||
hi default link cppFunction Function
|
||||
|
Loading…
x
Reference in New Issue
Block a user