Begin laying groundwork for SassScript support

This commit is contained in:
Tim Pope
2009-12-15 00:06:24 -05:00
parent f790601bac
commit 8f9e77eb23
2 changed files with 4 additions and 2 deletions

View File

@@ -17,7 +17,7 @@ if exists("*GetSassIndent")
finish
endif
let s:property = '^\s*:\|^\s*[[:alnum:]-]\+:'
let s:property = '^\s*:\|^\s*[[:alnum:]-]\+\%(:\|\s*=\)'
function! GetSassIndent()
let lnum = prevnonblank(v:lnum-1)