mirror of
https://github.com/gko/vim-coloresque.git
synced 2025-12-06 21:04:27 +08:00
closes #20
This commit is contained in:
@@ -8,6 +8,12 @@
|
||||
" https://github.com/lilydjwg/colorizer
|
||||
" vim:et:ts=2 sw=2 sts=2
|
||||
|
||||
if exists('g:did_coloresque_loaded') || v:version < 800
|
||||
finish
|
||||
endif
|
||||
|
||||
let g:did_coloresque_loaded = 1
|
||||
|
||||
let s:hex={}
|
||||
let b:matchescache = {}
|
||||
let b:color_pattern = {}
|
||||
@@ -102,10 +108,6 @@ function! s:VimCssInit(update)
|
||||
call s:ClearMatches()
|
||||
endif
|
||||
|
||||
setlocal isk+=-
|
||||
setlocal isk+=#
|
||||
setlocal isk+=.
|
||||
|
||||
if !exists('b:color_pattern')
|
||||
let b:color_pattern = {}
|
||||
return
|
||||
|
||||
Reference in New Issue
Block a user