Skip to content

Commit

Permalink
2024-04-14 07:47:37
Browse files Browse the repository at this point in the history
  • Loading branch information
KaiKimera committed Apr 14, 2024
1 parent df2e7b2 commit 5691d34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/js/code/modules/custom/cisco-cli.js
Original file line number Diff line number Diff line change
Expand Up @@ -600,7 +600,7 @@ const hljsGrammar = (() => {
/* Section of cisco command keywords, argument, etc. */
{
className: 'title',
begin: /^([\w+()>#])/,
begin: /^(([\w\-()]+[>#])|([>#]))/,
returnBegin: true,
end: /$/,
contains:
Expand Down

0 comments on commit 5691d34

Please sign in to comment.