Skip to content

Commit 421aca3

Browse files
authored
Create Elixir - elixir $file.sublime-build
1 parent 8980e48 commit 421aca3

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"cmd": ["elixir", "$file"],
3+
"selector": "source.elixir",
4+
"windows": {
5+
"working_dir": "$file_path",
6+
"cmd": ["elixir.bat", "$file_name"]
7+
}
8+
}

0 commit comments

Comments
 (0)