My Vim Configuration
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 

9 lines
254 B

" Vim syntax file
" Fix the default html attribute highlight.
"
" Language: HTML
" Maintainer: crusoexia
" URL: https://github.com/crusoexia/vim-javascript-lib
setlocal iskeyword+=-
syntax match htmlArg /\v<\w%(\w|\-)*>/ contained