Skip to content

Commit

Permalink
Change reserved keyword reference (#1396)
Browse files Browse the repository at this point in the history
* change boolean keyword accessor in bash.min

* change boolean keyword accessor in bash
  • Loading branch information
aaronfay authored and Golmote committed Apr 17, 2018
1 parent 95146c8 commit b94f01f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion components/prism-bash.js
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
inside.string = Prism.languages.bash.string;
inside['function'] = Prism.languages.bash['function'];
inside.keyword = Prism.languages.bash.keyword;
inside.boolean = Prism.languages.bash.boolean;
inside['boolean'] = Prism.languages.bash['boolean'];
inside.operator = Prism.languages.bash.operator;
inside.punctuation = Prism.languages.bash.punctuation;

Expand Down
2 changes: 1 addition & 1 deletion components/prism-bash.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit b94f01f

Please sign in to comment.