Merge pull request #8 from fknorr/special-comment

Highlight special (doc) comments like regular comments
This commit is contained in:
Tomáš Iser 2017-07-23 00:16:54 +02:00 committed by GitHub
commit ed04b83d5a

View file

@ -203,7 +203,7 @@ call <sid>hi('Special', s:cdFront, {}, 'none', {})
call <sid>hi('SpecialChar', s:cdFront, {}, 'none', {})
call <sid>hi('Tag', s:cdFront, {}, 'none', {})
call <sid>hi('Delimiter', s:cdFront, {}, 'none', {})
call <sid>hi('SpecialComment', s:cdFront, {}, 'none', {})
call <sid>hi('SpecialComment', s:cdGreen, {}, 'none', {})
call <sid>hi('Debug', s:cdFront, {}, 'none', {})
call <sid>hi('Underlined', s:cdNone, {}, 'underline', {})