Skip to content

Commit

Permalink
Removed command alias
Browse files Browse the repository at this point in the history
  • Loading branch information
RunDevelopment committed Jan 23, 2021
1 parent 22cfc3b commit 159ad50
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion components/prism-docker.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@
pattern: /(^[ \t]*)(?:ADD|ARG|CMD|COPY|ENTRYPOINT|ENV|EXPOSE|FROM|HEALTHCHECK|LABEL|MAINTAINER|ONBUILD|RUN|SHELL|STOPSIGNAL|USER|VOLUME|WORKDIR)(?=\s)(?:\\.|[^\r\n\\])*(?:\\$(?:\s|#.*$)*(?![\s#])(?:\\.|[^\r\n\\])*)*/mi,
lookbehind: true,
greedy: true,
alias: 'command',
inside: {
'options': {
pattern: re(/(^(?:ONBUILD<SP>)?\w+<SP>)<OPT>(?:<SP><OPT>)*/.source, 'i'),
Expand Down
2 changes: 1 addition & 1 deletion components/prism-docker.min.js

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

0 comments on commit 159ad50

Please sign in to comment.