Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/karuna/haml-vscode
- Owner: karuna
- License: mit
- Fork: true (groksrc/ruby_haml_for_vscode)
- Created: 2016-08-08T06:18:37.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2022-07-03T01:04:14.000Z (over 2 years ago)
- Last Synced: 2023-03-11T06:02:47.844Z (over 1 year ago)
- Language: Haml
- Size: 406 KB
- Stars: 13
- Watchers: 2
- Forks: 11
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
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