Skip to content
This repository was archived by the owner on Sep 6, 2021. It is now read-only.

Commit 7eb4bf1

Browse files
committed
Adding support for .command file ext for bash lang
The default double-clickable executable bash file extension in OS X is .command. This PR should add bash syntax highlighting to .command files by default.
1 parent c29e5b6 commit 7eb4bf1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/language/languages.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@
229229
"bash": {
230230
"name": "Bash",
231231
"mode": ["shell", "text/x-sh"],
232-
"fileExtensions": ["sh"],
232+
"fileExtensions": ["sh", "command"],
233233
"lineComment": ["#"]
234234
},
235235

0 commit comments

Comments
 (0)