mirror of
https://github.com/sheerun/vim-polyglot.git
synced 2025-11-15 23:13:50 -05:00
Compare commits
3 Commits
c1cab62aa9
...
master
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
f061eddb7c | ||
|
|
f5393cfee0 | ||
|
|
692e359ad9 |
@@ -1,11 +1,5 @@
|
||||
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.
|
||||
|
||||
> One to rule them all, one to find them, one to bring them all and in the darkness bind them.
|
||||
|
||||
@@ -28,11 +28,7 @@ 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
|
||||
syn iskeyword @,48-57,_,192-255,-
|
||||
|
||||
" HTML4 tags
|
||||
syn keyword cssTagName abbr address area a b base
|
||||
|
||||
Reference in New Issue
Block a user