Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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.