1
0
Fork 0
mirror of synced 2024-07-04 06:21:09 -04:00
ultimate-vim/sources_non_forked/vim-css-color/after/syntax/html.vim

6 lines
230 B
VimL
Raw Normal View History

2016-08-22 09:00:27 -04:00
" Language: Colorful CSS Color Preview
" Author: Aristotle Pagaltzis <pagaltzis@gmx.de>
" default html syntax should already be including the css syntax
call css_color#init('none', 'none', 'htmlString,htmlCommentPart')