/haml-vscode

Adds support for Ruby Haml colorization to Visual Studio Code

Primary LanguageHamlMIT LicenseMIT

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

Todo

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

Bugs

  • :preserve filter doesn't work correctly yet