Searched +refs:font +refs:lock +refs:match +refs:style +refs:declaration +refs:item +refs:and +refs:skip +refs:to +refs:next (Results 1 - 2 of 2) sorted by relevance

/macosx-10.9.5/vim-53/runtime/syntax/
H A Dlisp.vim8 " Thanks to F Xavier Noria for a list of 978 Common Lisp symbols
46 syn match lispSymbol contained ![^()'`,"; \t]\+!
47 syn match lispBarSymbol contained !|..\{-}|!
49 syn region lispParen0 matchgroup=hlLevel0 start="`\=(" end=")" skip="|.\{-}|" contains=@lispListCluster,lispParen1
50 syn region lispParen1 contained matchgroup=hlLevel1 start="`\=(" end=")" skip="|.\{-}|" contains=@lispListCluster,lispParen2
51 syn region lispParen2 contained matchgroup=hlLevel2 start="`\=(" end=")" skip="|.\{-}|" contains=@lispListCluster,lispParen3
52 syn region lispParen3 contained matchgroup=hlLevel3 start="`\=(" end=")" skip="|.\{-}|" contains=@lispListCluster,lispParen4
53 syn region lispParen4 contained matchgroup=hlLevel4 start="`\=(" end=")" skip="|.\{-}|" contains=@lispListCluster,lispParen5
54 syn region lispParen5 contained matchgroup=hlLevel5 start="`\=(" end=")" skip="|.\{-}|" contains=@lispListCluster,lispParen6
55 syn region lispParen6 contained matchgroup=hlLevel6 start="`\=(" end=")" skip
[all...]
/macosx-10.9.5/vim-53/runtime/autoload/
H A Dphpcomplete.vim9 " - Switching to HTML (XML?) completion (SQL) inside of phpStrings
52 " don't need to do anything more
96 " [:space:] thing: we don't have to be so strict when
99 let item = matchstr(field['text'], '^[^[:space:]]\+')
100 let ext_classes[item] = ''
131 " Complete user functions and variables
134 " few not so subtle differences as not appending of $ and addition
142 " Get location of class definition, we have to iterate through all
144 " file to the exact file (tags file can be in different dir)
171 " Now we need to ge
[all...]

Completed in 266 milliseconds