Skip to content

Instantly share code, notes, and snippets.

View robincsamuel's full-sized avatar
👨‍💻

Robin C Samuel robincsamuel

👨‍💻
View GitHub Profile
{
"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"