Skip to content

Instantly share code, notes, and snippets.

@robincsamuel
Forked from esimov/sublime_haml_to_html.json
Created February 5, 2015 10:12
Show Gist options
  • Select an option

  • Save robincsamuel/adc716ff0e033b29e0d5 to your computer and use it in GitHub Desktop.

Select an option

Save robincsamuel/adc716ff0e033b29e0d5 to your computer and use it in GitHub Desktop.
{
"cmd": ["haml"],
"working_dir": "${file_path:${folder}}",
"selector": "text.haml",
"file_regex": "(.*\\.ts?)\\s\\(([0-9]+)\\,([0-9]+)\\)\\:\\s(...*?)$",
"windows":
{
"cmd": ["haml", "--trace", "$file", "${file_base_name}.html"],
"shell": "true"
}
}
@robincsamuel

Copy link
Copy Markdown
Author

Updated selector to support Automatic build system

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment