mirror of
https://github.com/sheerun/vim-polyglot.git
synced 2025-11-14 14:33:50 -05:00
Compare commits
2 Commits
master
...
c1cab62aa9
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
c1cab62aa9 | ||
|
|
a4379c6305 |
@@ -1,5 +1,11 @@
|
|||||||
|
This is my top-starred repository on Github, so I've decided to put this ad here:
|
||||||
|
|
||||||
|
If you work for big corp and seek consulting, please visit following repository: https://github.com/sheerun/consultation
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
|
[](https://github.com/sheerun/vim-polyglot/actions) []()
|
||||||
|
|
||||||
A collection of language packs for Vim.
|
A collection of language packs for Vim.
|
||||||
|
|
||||||
> One to rule them all, one to find them, one to bring them all and in the darkness bind them.
|
> One to rule them all, one to find them, one to bring them all and in the darkness bind them.
|
||||||
|
|||||||
@@ -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