Fix jsx-lexer to avoid breaking Pygments TypeScriptLexer.

Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
Anders Kaseorg
2023-05-15 13:19:39 -07:00
committed by Tim Abbott
parent cb69413301
commit 067a7a3a0f
4 changed files with 6 additions and 8 deletions

View File

@@ -48,4 +48,4 @@ API_FEATURE_LEVEL = 181
# historical commits sharing the same major version, in which case a
# minor version bump suffices.
PROVISION_VERSION = (241, 0)
PROVISION_VERSION = (241, 1)