Skip to content

Commit 8ff3b91

Browse files
committed
Merge pull request #12 from JPRuskin/patch-1
Update Support/Powershell.sublime-build
2 parents c6cc168 + 79e1c18 commit 8ff3b91

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Support/Powershell.sublime-build

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
{
2-
"cmd": ["powershell.exe", "-noprofile", "-file", "$file"]
2+
"cmd": ["powershell.exe", "-noprofile", "-file", "$file"],
3+
"selector": "source.powershell"
34
}

0 commit comments

Comments
 (0)