Skip to content

Commit

Permalink
Fix bracket highlighting for Python string literal concatenation (jup…
Browse files Browse the repository at this point in the history
…yterlab#16866)

* Fix bracket highlighting for Python string literal concatenation

Fixes jupyterlab#16865

* Update @lezer/python and @lezer/highlight checksums

* Update snapshot for `examples/notebook`

* Update Playwright Snapshots

---------

Co-authored-by: Michał Krassowski <[email protected]>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
3 people authored Oct 21, 2024
1 parent d6f97bd commit a036d6b
Show file tree
Hide file tree
Showing 10 changed files with 4 additions and 4 deletions.
Binary file modified examples/notebook/example.spec.ts-snapshots/example-linux.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5124,10 +5124,10 @@ __metadata:

"@lezer/highlight@npm:^1.0.0, @lezer/highlight@npm:^1.1.3, @lezer/highlight@npm:^1.2.0":
version: 1.2.0
resolution: "@lezer/highlight@npm:1.2.0"
resolution: "@lezer/highlight@npm:1.2.1"
dependencies:
"@lezer/common": ^1.0.0
checksum: 5b9dfe741f95db13f6124cb9556a43011cb8041ecf490be98d44a86b04d926a66e912bcd3a766f6a3d79e064410f1a2f60ab240b50b645a12c56987bf4870086
checksum: a8822d7e37f79ff64669eb2df4a9f9d16580e88f2b276a646092e19a9bdccac304e92510e200e35869a8b1f6c27eba5972c508d347a277e9b722d582ab7a23d5
languageName: node
linkType: hard

Expand Down Expand Up @@ -5203,11 +5203,11 @@ __metadata:

"@lezer/python@npm:^1.1.4":
version: 1.1.7
resolution: "@lezer/python@npm:1.1.7"
resolution: "@lezer/python@npm:1.1.14"
dependencies:
"@lezer/highlight": ^1.0.0
"@lezer/lr": ^1.0.0
checksum: 7ae6b4ae770b3cd849eee3d8fb1d904745aee202a76e7db0a079725a97571c4778fa5bd74878206e44aa3349044bf056008e19e7a90650fad93d51890f685077
checksum: 1608187f698e972d11b340dfdfd79e15b1359641e386e386befd37d5e5839620b45a5a39c5616792a24da29ef1d99d11ea0dad52b9617f1767e7ea6a11c2fed3
languageName: node
linkType: hard

Expand Down

0 comments on commit a036d6b

Please sign in to comment.