Skip to content

Commit

Permalink
Add Prism.languages.shell to bash file as an alias (#1321)
Browse files Browse the repository at this point in the history
* Add Prism.languages.shell to bash file as an alias

Fixes #1320
  • Loading branch information
paladox authored and Golmote committed Mar 1, 2018
1 parent fce583b commit 67e16a2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions components/prism-bash.js
Original file line number Diff line number Diff line change
Expand Up @@ -77,4 +77,6 @@
inside.boolean = Prism.languages.bash.boolean;
inside.operator = Prism.languages.bash.operator;
inside.punctuation = Prism.languages.bash.punctuation;

Prism.languages.shell = Prism.languages.bash;
})(Prism);

0 comments on commit 67e16a2

Please sign in to comment.