Skip to content

Commit

Permalink
Test & color/format styling
Browse files Browse the repository at this point in the history
  • Loading branch information
Andre601 committed Jan 6, 2024
1 parent 1aa2d72 commit 738c248
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions hooks/CommandLexer/commandlexer/command_lexer.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ class CommandLexer(RegexLexer):
tokens = {
'root': [
(r'^(\/)([^\S]+)', bygroups(Name.Tag, Text)),
(r'[&][0-9abcdefklmnoruABCDEFKLMNORU]', Name.Tag),
(r'[\[\{<]', Punctuation, 'option'),
(r'\w', Text)
],
Expand Down

0 comments on commit 738c248

Please sign in to comment.