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).