Raimondi / delimitMate

Vim plugin, provides insert mode auto-completion for quotes, parens, brackets, etc.
http://www.vim.org/scripts/script.php?script_id=2754
1.98k stars 117 forks source link

Matching colon with semi-colon in css files #208

Closed lbbutterworth closed 9 years ago

lbbutterworth commented 9 years ago

This is in my vimrc

au FileType css,less,scss let b:delimitMate_matchpairs="(:),[:],{:},<:>,::;"

There may be a better way to go about this but I want to match : with ; in css files. I'm assuming this doesn't work because of the double colon. Is there a way to escape the first colon?

Raimondi commented 9 years ago

Let me know how well it works. Thanks!

lbbutterworth commented 9 years ago

Perfect, my life is that much easier now. Thanks.

Great plugin, by the way.