mirror of
https://github.com/sheerun/vim-polyglot.git
synced 2025-11-08 11:33:52 -05:00
Compare commits
2 Commits
master
...
4081466cc7
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
4081466cc7 | ||
|
|
a4379c6305 |
@@ -28,7 +28,11 @@ set cpo&vim
|
|||||||
|
|
||||||
syn case ignore
|
syn case ignore
|
||||||
" Add dash to allowed keyword characters.
|
" Add dash to allowed keyword characters.
|
||||||
syn iskeyword @,48-57,_,192-255,-
|
if has('patch-7.4.1142')
|
||||||
|
syn iskeyword @,48-57,_,192-255,-
|
||||||
|
else
|
||||||
|
setlocal iskeyword=@,48-57,_,192-255,-
|
||||||
|
endif
|
||||||
|
|
||||||
" HTML4 tags
|
" HTML4 tags
|
||||||
syn keyword cssTagName abbr address area a b base
|
syn keyword cssTagName abbr address area a b base
|
||||||
|
|||||||
Reference in New Issue
Block a user