add textile and textile snippets

This commit is contained in:
Nick Nisi
2014-06-19 15:28:32 -07:00
parent 2943ba27a0
commit cee35a9be0
2 changed files with 6 additions and 0 deletions

View File

@@ -47,6 +47,7 @@ Plugin 'chriskempson/base16-vim'
" languages " languages
Plugin 'othree/html5.vim' Plugin 'othree/html5.vim'
Plugin 'pangloss/vim-javascript' Plugin 'pangloss/vim-javascript'
Plugin 'jelera/vim-javascript-syntax'
Plugin 'tpope/vim-markdown' Plugin 'tpope/vim-markdown'
Plugin 'wavded/vim-stylus' Plugin 'wavded/vim-stylus'
Plugin 'groenewege/vim-less' Plugin 'groenewege/vim-less'
@@ -60,6 +61,7 @@ Plugin 'leafgarland/typescript-vim'
Plugin 'cakebaker/scss-syntax.vim' Plugin 'cakebaker/scss-syntax.vim'
" Plugin 'kchmck/vim-coffee-script' " Plugin 'kchmck/vim-coffee-script'
" Plugin 'tclem/vim-arduino' " Plugin 'tclem/vim-arduino'
Plugin 'timcharper/textile.vim'
call vundle#end() call vundle#end()
filetype plugin indent on filetype plugin indent on

View File

@@ -0,0 +1,4 @@
snippet code
<pre><code class="${1}">
${2}
</code></pre>