Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mrmlnc/vscode-vash
:electric_plug: Vash integration for VS Code.
https://github.com/mrmlnc/vscode-vash
vash vash-syntax visual-studio-code vscode vscode-extension
Last synced: 9 days ago
JSON representation
:electric_plug: Vash integration for VS Code.
- Host: GitHub
- URL: https://github.com/mrmlnc/vscode-vash
- Owner: mrmlnc
- License: mit
- Created: 2016-08-29T09:25:57.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-11-26T07:46:01.000Z (about 7 years ago)
- Last Synced: 2025-01-31T10:35:34.883Z (20 days ago)
- Topics: vash, vash-syntax, visual-studio-code, vscode, vscode-extension
- Language: TypeScript
- Homepage: http://goo.gl/FlhJ0s
- Size: 79.1 KB
- Stars: 9
- Watchers: 3
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE-OF-CONDUCT.md
Awesome Lists containing this project
README
# vscode-vash
> [Vash](https://github.com/kirbysayshi/vash) integration for VS Code.
## Usage
### Install the extension in VS Code
* Open the command palette using Ctrl+P.
* Type `ext install vash` in the command palette.### Select **Vash** as a language
* On the bottom-right corner, click on the select language mode button, if you have created a new file it should display Plain Text.
* Select **Vash** in the list of languages.
* Alternatively, saving the file with a `.vash` extension, will allow VS Code to understand that it is a Vash file, and automatically select the language correctly.### Supported features
## Syntax highlighting
![Vash syntax highlighting](https://cloud.githubusercontent.com/assets/7034281/18608973/99fc9eca-7cff-11e6-9149-2ae2a2dd77c2.png)
## Emmet
![Vash syntax and Emmet](https://cloud.githubusercontent.com/assets/7034281/18608989/c6fcb248-7cff-11e6-9532-d6d5d7f89228.gif)
## Intellisense for Vash code
![Vash intellisense](https://cloud.githubusercontent.com/assets/7034281/18609009/1c0d9b1c-7d00-11e6-96ad-d55b8ded506a.gif)
## Intellisense for HTML code
![HTML intellisense](https://cloud.githubusercontent.com/assets/7034281/18609017/41b8d70a-7d00-11e6-9407-c7c66a84f770.gif)
### Supported filetypes
* `.vash`
## Changelog
See the [Releases section of our GitHub project](https://github.com/mrmlnc/vscode-vash/releases) for changelogs for each release version.
## License
This software is released under the terms of the MIT license.