diff --git a/.travis.yml b/.travis.yml index cbf653a..12b5695 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,6 +6,7 @@ install: - git clone https://github.com/digitaltoad/vim-pug ../vim-pug --depth=1 - git clone https://github.com/kchmck/vim-coffee-script ../vim-coffee-script --depth=1 - git clone https://github.com/leafgarland/typescript-vim ../typescript-vim --depth=1 + - git clone https://github.com/iloginow/vim-stylus.git ../vim-stylus --depth=1 script: - bash ../test/start.sh vue vim-vue-plugin diff --git a/README.md b/README.md index d4629c4..aa65dbf 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,7 @@ Since `.vue` is a combination of CSS, HTML and JavaScript, so is `vim-vue-plugin Supports - Vue directives. -- Less/Sass/Scss, Pug with [vim-pug][4], Coffee with [vim-coffee-script][11], TypeScript with [typescript-vim][14] or [yats.vim][15].^ +- Less/Sass/Scss, Pug with [vim-pug][4], Coffee with [vim-coffee-script][11], TypeScript with [typescript-vim][14] or [yats.vim][15], Stylus with [vim-stylus][16].^ - A builtin `foldexpr` foldmethod.^ - [emmet-vim][10] HTML/CSS/JavaScript filetype detection. - `.wpy` files from [WePY][6]. @@ -65,6 +65,7 @@ Set global variable to `1` to enable or `0` to disable. Ex: | `g:vim_vue_plugin_use_typescript` | Enable typescript syntax for `