diff --git a/README.md b/README.md index 8201f0a..0c7e916 100644 --- a/README.md +++ b/README.md @@ -200,6 +200,7 @@ There is a list of supported languages and fields, with their annotation style | python | [Google docstrings](https://google.github.io/styleguide/pyguide.html) (`"google_docstrings"`)
[Numpydoc](https://numpydoc.readthedocs.io/en/latest/format.html) (`"numpydoc"`) | `func`, `class`, `type`, `file` | | rust | [RustDoc](https://doc.rust-lang.org/rustdoc/what-is-rustdoc.html) (`"rustdoc"`)
[Alternative](https://stackoverflow.com/questions/30009650/how-do-you-document-function-arguments) (`"alternative"`) | `func`, `file`, `class` | | typescript | [JSDoc](https://jsdoc.app) (`"jsdoc"`) | `func`, `class`, `type`, `file` | +| vue | [JSDoc](https://jsdoc.app) (`"jsdoc"`) | `func`, `class`, `type`, `file` | ## Adding Languages @@ -219,8 +220,9 @@ There is a list of supported languages and fields, with their annotation style - Binx, for making that gorgeous logo for free! - [Github](https://github.com/Binx-Codes/) - [Reddit](https://www.reddit.com/u/binxatmachine) - + ## Support - + You like my plugin and want to express your gratitude 👼 ? You can suppport me by donating the equivalent of my morning coffee (no minimum required). I would really appreciate your support as it can motivate me to continue this journey 💝 + - [Donate here](https://github.com/sponsors/danymat) diff --git a/lua/neogen/configurations/vue.lua b/lua/neogen/configurations/vue.lua new file mode 100644 index 0000000..01697bb --- /dev/null +++ b/lua/neogen/configurations/vue.lua @@ -0,0 +1 @@ +return require("neogen.configurations.javascript")