Skip to content

Commit

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

0 comments on commit d6b8dfe

Please sign in to comment.