Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/tientq64/livescript-vscode

❄️ LiveScript syntax highlighting, autocomplete, and snippets for VSCode.
https://github.com/tientq64/livescript-vscode

autocomplete livescript snippets syntax-highlighting vscode-extension

Last synced: 8 days ago
JSON representation

❄️ LiveScript syntax highlighting, autocomplete, and snippets for VSCode.

Awesome Lists containing this project

README

        

# LiveScript for Visual Studio Code

Syntax highlighting, autocomplete, and snippets support for [LiveScript](https://livescript.net), specifically [LiveScript2](https://github.com/tientq64/livescript2).

![Sample](https://i.imgur.com/fkYQpVD.png)

## Features

- Syntax highlighting files with extensions `.ls`, `.livescript`.
- Autocomplete of function, class, method, and property names.
- Some snippets like `log` => `console.log`.

Some features are not currently supported (may be available in future versions):

- Syntax highlighting with variable names in kebab-case style.
- Syntax highlighting for `prelude.ls`.

## Changelog

[View changelog](./CHANGELOG.md)