Merge pull request #163 from TrumanDu/master

add shell support
This commit is contained in:
Valerii Iatsko 2018-10-08 09:05:39 +02:00 committed by GitHub
commit 225936051a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -27,6 +27,7 @@ A curated list of delightful [Visual Studio Code](https://code.visualstudio.com/
- [CSS](#css)
- [Go](#go)
- [Haskell](#haskell)
- [Shell](#shell)
- [Java](#java)
- [JavaScript](#javascript)
- [Typescript](#typescript)
@ -253,6 +254,9 @@ Unlike some other editors, VS Code supports IntelliSense, linting, outline out-o
## Haskell
- [haskell-linter](https://marketplace.visualstudio.com/items?itemName=hoovercj.haskell-linter)
## Shell
- [autocomplate-shell](https://marketplace.visualstudio.com/items?itemName=truman.autocomplate-shell)
## Java