Fix #407 supports extends feature in snipMate

This commit is contained in:
Shougo Matsushita
2017-11-23 13:48:00 +09:00
parent ddd01d0ee3
commit 9ee1b4e059
3 changed files with 32 additions and 6 deletions

View File

@@ -30,7 +30,7 @@ syntax match neosnippetEscape
\ '\\[`]' contained
syntax match neosnippetKeyword
\ '^\%(include\|source\|snippet\|abbr\|prev_word\|delete\|alias\|options\|regexp\|TARGET\)' contained
\ '^\%(include\|extends\|source\|snippet\|abbr\|prev_word\|delete\|alias\|options\|regexp\|TARGET\)' contained
syntax keyword neosnippetOption
\ head word indent contained
syntax match neosnippetPrevWords