Extend html, css, and javascript syntaxes

This commit is contained in:
Kenneth Benzie 2017-01-08 11:00:18 +00:00
parent c0a2bb9bb2
commit 5f5ecde607
3 changed files with 7 additions and 0 deletions

2
after/syntax/css.vim Normal file
View File

@ -0,0 +1,2 @@
hi link cssBlock Delimiter
hi link cssNoise Delimiter

4
after/syntax/html.vim Normal file
View File

@ -0,0 +1,4 @@
syn keyword htmlTodo TODO
syn region htmlCommentPart contained start=+--+ end=+--\s*+ contains=htmlTodo,@htmlPreProc,@Spell
hi default link htmlTodo Todo

View File

@ -0,0 +1 @@
hi link javaScriptBraces Delimiter