mirror of
https://github.com/sheerun/vim-polyglot.git
synced 2025-11-10 20:43:52 -05:00
Merge a4379c6305 into bc8a81d359
This commit is contained in:
@@ -28,7 +28,11 @@ set cpo&vim
|
||||
|
||||
syn case ignore
|
||||
" Add dash to allowed keyword characters.
|
||||
if has('patch-7.4.1142')
|
||||
syn iskeyword @,48-57,_,192-255,-
|
||||
else
|
||||
setlocal iskeyword=@,48-57,_,192-255,-
|
||||
endif
|
||||
|
||||
" HTML4 tags
|
||||
syn keyword cssTagName abbr address area a b base
|
||||
|
||||
Reference in New Issue
Block a user