Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/karuna/haml-vscode

Adds support for Ruby Haml colorization to Visual Studio Code
https://github.com/karuna/haml-vscode

Last synced: 13 days ago
JSON representation

Adds support for Ruby Haml colorization to Visual Studio Code

Awesome Lists containing this project

README

        

# haml README
Better haml support, with parentheses coloring, auto close parentheses, brackets,
curly braces, quote, double quote, backtick, ruby interpolations, etc.

Only support haml extension, remove sass extension.

Will be based on http://haml.info/docs/yardoc/file.REFERENCE.html

## Screenshot
![Screnshot](images/screenshot.png)

## Todo

- [x] colorize parentheses attributes
- [x] ruby highlighting (=, -, etc)
- [ ] autocomplete stuff
- [x] fix broken highlight with hyphen
- [x] autoclose quote backtick ruby literal
- [X] snippets
- [ ] refactor, a lot of redundancies in the syntax

## Bugs
- [ ] `:preserve` filter doesn't work correctly yet