-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update dependency @codemirror/language to ^6.10.3 #91
base: main
Are you sure you want to change the base?
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
|
4bc2917
to
6e9d5d0
Compare
6e9d5d0
to
31c560f
Compare
31c560f
to
3aecaa1
Compare
3aecaa1
to
8debce1
Compare
8debce1
to
2f480d8
Compare
2f480d8
to
03e3bb1
Compare
03e3bb1
to
c741479
Compare
c741479
to
857ee97
Compare
857ee97
to
84ab2d6
Compare
84ab2d6
to
227dc99
Compare
735508f
to
072bbc9
Compare
072bbc9
to
35d446e
Compare
35d446e
to
e77d582
Compare
This PR contains the following updates:
^6.6.0
->^6.10.3
Release Notes
codemirror/language (@codemirror/language)
v6.10.3
Compare Source
Bug fixes
Fix a TypeScript error when using
HighlightStyle
with theexactOptionalPropertyTypes
typechecking option enabled.Make
delimitedIndent
align to spaces after the opening token.v6.10.2
Compare Source
Bug fixes
Fix an infinite loop that could occur when enabling
bidiIsolates
in documents with both bidirectional text and very long lines.v6.10.1
Compare Source
Bug fixes
Fix an issue where, when a lot of code is visible in the initial editor, the bottom bit of code is shown without highlighting for one frame.
v6.10.0
Compare Source
New features
The new
bidiIsolates
extension can be used to wrap syntactic elements where this is appropriate in an element that isolates their text direction, avoiding weird ordering of neutral characters on direction boundaries.v6.9.3
Compare Source
Bug fixes
Fix an issue in
StreamLanguage
where it ran out of node type ids if you repeatedly redefined a language with the same token table.v6.9.2
Compare Source
Bug fixes
Allow
StreamParser
tokens get multiple highlighting tags.v6.9.1
Compare Source
Bug fixes
Indentation now works a lot better in mixed-language documents that interleave the languages in a complex way.
Code folding is now able to pick the right foldable syntax node when the line end falls in a mixed-parsing language that doesn't match the target node.
v6.9.0
Compare Source
Bug fixes
Make
getIndentation
return null, rather than 0, when there is no syntax tree available.New features
The new
preparePlaceholder
option tocodeFolding
makes it possible to display contextual information in a folded range placeholder widget.v6.8.0
Compare Source
New features
The new
baseIndentFor
method inTreeIndentContext
can be used to find the base indentation for an arbitrary node.v6.7.0
Compare Source
New features
Export
DocInput
class for feeding editor documents to a Lezer parser.Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.