From 8941230d19ec1d8b2c253a58c3d71ed9ddcfa52b Mon Sep 17 00:00:00 2001 From: Ivan Shcheklein Date: Mon, 4 May 2020 09:57:40 -0700 Subject: [PATCH] add plot commands to the highlighter --- config/prismjs/dvc-commands.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/config/prismjs/dvc-commands.js b/config/prismjs/dvc-commands.js index 9a8276901e..4b4e7689ad 100644 --- a/config/prismjs/dvc-commands.js +++ b/config/prismjs/dvc-commands.js @@ -23,6 +23,8 @@ module.exports = [ 'pipeline show', 'pipeline list', 'pipeline', + 'plot', + 'plot diff', 'move', 'metrics show', 'metrics remove',