UltiSnips/syntax
marius 9a73473e7a Fix highlighting for nested visual tabstob
Consider the snippet

snippet test
${1:${VISUAL}}
endsnippet

A missing 'extend' keyword caused the inner closing bracket to end both
the inner 'snipVisual' and the outer 'snipTabStop' regions. Anything
after the inner bracket was considered 'snipSnippetBody' and thus
highlighted incorrectly.
2015-12-30 20:57:35 +01:00
..
snippets_snipmate.vim Set up basic highlighting for snipmate files 2014-06-30 21:14:55 -07:00
snippets.vim Fix highlighting for nested visual tabstob 2015-12-30 20:57:35 +01:00