From f1bac123f1d460d1f6dc6888ed8155a7353bbf4a Mon Sep 17 00:00:00 2001 From: Eduardo San Martin Morote Date: Sun, 21 Feb 2016 11:22:30 +0100 Subject: [PATCH] Added FAQ abot jade. May be helpful --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 01d2f18..1418447 100644 --- a/README.md +++ b/README.md @@ -18,3 +18,11 @@ new version instead of a PR. If your language is not getting highlighted open an issue or a PR with the fix. You only need to add some lines to the `syntax/vue.vim` file. + +## FAQ + +Where is Jade? + +[Jade has been renamed to pug](https://github.com/pugjs/jade/issues/2184). +Therefore you have to replace all your `jade` occurrences with `pug`. The new +plugin for `pug` can be found on [the same repository](https://github.com/digitaltoad/vim-pug) (the name has already been updated).