Skip to content

Commit

Permalink
Hightlight subcommands for dvc
Browse files Browse the repository at this point in the history
  • Loading branch information
algomaster99 committed Oct 19, 2019
1 parent c22e1cc commit 2610cc0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Documentation/Markdown/lang/dvc.js
Original file line number Diff line number Diff line change
Expand Up @@ -62,15 +62,15 @@ let _javascript = function(hljs) {
}
},
{
begin: /dvc [a-z-]+/,
begin: /dvc [a-z-]+(\s[a-z]+)?/,
lexemes: '[a-z-]+',
keywords: {
built_in:
'help dvc init add import-url checkout run pull push ' +
'fetch status repro remove move gc config remote metrics ' +
'install root lock unlock pipeline destroy unprotect ' +
'commit cache pkg tag diff version get get-url import ' +
'update'
'update list show modify dir default'
},
className: 'strong'
}
Expand Down

0 comments on commit 2610cc0

Please sign in to comment.