Skip to content

Commit

Permalink
Added version
Browse files Browse the repository at this point in the history
  • Loading branch information
Anton Kirillov committed Apr 29, 2024
1 parent cd5b83a commit 784fe7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pygments/lexers/python.py
Original file line number Diff line number Diff line change
Expand Up @@ -1208,7 +1208,7 @@ class XonshLexer(PythonLexer):
aliases = ['xonsh', 'xonshrc', 'xsh']
filenames = ['*.xsh', '*xonshrc']
mimetypes = ['text/x-xonsh', 'application/x-xonsh']
version_added = '0.16.0'
version_added = '2.19'

COMMAND_TOKEN_RE = r'[^=\s\[\]{}()$"\'`<&|;!]+(?=\s|$|\)|\]|\}|!)'

Expand Down

0 comments on commit 784fe7d

Please sign in to comment.