パッケージの詳細

@codemirror/matchbrackets

codemirror294.9kMIT非推奨0.19.4

As of 0.20.0, this package has been merged into @codemirror/language

Bracket matching for the CodeMirror code editor

editor, code

readme

更新履歴

0.19.4 (2022-02-09)

Bug fixes

The matching bracket styles no longer show up when the editor isn't focused.

0.19.3 (2021-09-28)

Bug fixes

Fix an issue where, for some kinds of trees, the extension would crash on an attempt to create an empty decoration.

0.19.2 (2021-09-21)

Bug fixes

Properly match tokens even if they are not the immediate inner syntax node around the given position (for example XML tags).

Make the default matching bracket styles use a background color, to be less invasive.

0.19.1 (2021-08-11)

Bug fixes

Fix incorrect versions for @lezer dependencies.

0.19.0 (2021-08-11)

Breaking changes

Update dependencies to 0.19.0

0.18.0 (2021-03-03)

Breaking changes

Update dependencies to 0.18.

0.17.2 (2021-01-06)

New features

The package now also exports a CommonJS module.

0.17.1 (2021-01-05)

Bug fixes

Fix a bug where only the bracket at the cursor was highlighted.

0.17.0 (2020-12-29)

Breaking changes

First numbered release.