mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-22 17:25:39 +01:00
Merge pull request #22 from rcjsuen/patch-1
Update Dockerfile grammar with STOPSIGNAL and SHELL instructions
This commit is contained in:
commit
60fe7424a8
1 changed files with 1 additions and 1 deletions
|
|
@ -34,7 +34,7 @@ export const language = <ILanguage>{
|
|||
defaultToken: '',
|
||||
tokenPostfix: '.dockerfile',
|
||||
|
||||
instructions: /FROM|MAINTAINER|RUN|EXPOSE|ENV|ADD|VOLUME|LABEL|USER|WORKDIR|COPY|CMD|ENTRYPOINT/,
|
||||
instructions: /FROM|MAINTAINER|RUN|EXPOSE|ENV|ADD|VOLUME|LABEL|USER|WORKDIR|COPY|CMD|STOPSIGNAL|SHELL|ENTRYPOINT/,
|
||||
|
||||
instructionAfter: /ONBUILD/,
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue