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