diff options
author | Arnold Chand <creativenull@outlook.com> | 2021-11-21 07:02:09 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-11-21 20:02:09 +0900 |
commit | de67f4743d9ffd1694d15b1b91fedfaa0a5cda70 (patch) | |
tree | 462600fd76a8cc608a519ef40dd6b4c27f53097a /supported-tools.md | |
parent | 072750137f752c0a09fd1ff493da2bea6519b7ef (diff) | |
download | ale-de67f4743d9ffd1694d15b1b91fedfaa0a5cda70.zip |
Add volar support for vue (#3992)
* feat-draft: inital volar setup
* feat(volar): add documentation
* feat(volar): include default init opts
* feat(volar): add initial tests
* fix(volar): add possible project roots
* fix(volar): tests - use empty files
Diffstat (limited to 'supported-tools.md')
-rw-r--r-- | supported-tools.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/supported-tools.md b/supported-tools.md index 23d3dc72..96063205 100644 --- a/supported-tools.md +++ b/supported-tools.md @@ -629,6 +629,7 @@ formatting. * [cspell](https://github.com/streetsidesoftware/cspell/tree/main/packages/cspell) * [prettier](https://github.com/prettier/prettier) * [vls](https://github.com/vuejs/vetur/tree/master/server) + * [volar](https://github.com/johnsoncodehk/volar) * XHTML * [alex](https://github.com/get-alex/alex) * [cspell](https://github.com/streetsidesoftware/cspell/tree/main/packages/cspell) |