Skip to content

Commit

Permalink
update docker syntax highlight
Browse files Browse the repository at this point in the history
  • Loading branch information
ozlerhakan committed Sep 12, 2017
1 parent 5a5df19 commit 4c17399
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion react/src/components/CommandEditor/docker-editor.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ export const init = (ace) => {
},
{
token: "variable",
regex: " *(?:GET|POST|DELETE)[ |\t](images|containers|swarm|networks|volumes|_ping|system\\/df|version|info|auth|secrets|nodes|services|tasks|plugins)(?=\\/)?"
regex: " *(?:GET|POST|DELETE)[ |\t](images|containers|swarm|networks|volumes|configs|distribution|_ping|system\\/df|version|info|auth|secrets|nodes|services|tasks|plugins)(?=\\/)?"
},
{
token: "variable",
Expand Down

0 comments on commit 4c17399

Please sign in to comment.