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

Commit c870793

Browse files
committed
Merge pull request #8129 from kethinov/command
Adding support for .command file ext for bash lang
2 parents 138e963 + 7eb4bf1 commit c870793

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)