From 18d23d2add2a645633cac6f887736fb0223470d8 Mon Sep 17 00:00:00 2001 From: Chris Vincent Date: Sun, 26 Apr 2020 00:20:37 -0600 Subject: [PATCH] Add skeleton stylus support --- README.md | 4 +++- indent/vue.vim | 14 ++++++++++++++ syntax/vue.vim | 25 ++++++++++++++++++++++--- 3 files changed, 39 insertions(+), 4 deletions(-) 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 `