localCompletionSource (included in the support extensions returned from javascript) now provides a way to complete locally-defined names.
0.20.0 (2022-04-20)
New features
The new autoCloseTags extension (included by default in the javascript language extension when jsx is configured) finishes JSX closing tags when you type a > or / character.
0.19.7 (2022-01-28)
0.19.6 (2022-01-11)
Bug fixes
Remove accidentally released unfinished changes.
0.19.5 (2022-01-11)
Bug fixes
Add the function highlight modifier to variables used in tagged template expressions.
0.19.4 (2022-01-03)
Bug fixes
Fix highlighting of TypeScript private/public/protected keywords.
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Bumps @codemirror/lang-javascript from 0.19.3 to 6.0.0.
Changelog
Sourced from
@codemirror/lang-javascript
's changelog.Commits
0d8b7a6
Mark version 6.0.0b095e8b
Include keyword completions in the language support2aa9114
Add more keywords snippets7e68aa1
Mark version 0.20.16b45ba5
Add local variable completion supporta6d06bd
Mark version 0.20.0dcda7e0
Bump lezer version to 0.16.029f6d3e
Move highlighting information into@lezer/javascript
d22f787
Simplify duplicate test82aa6ec
Add tag closing functionality for JSXDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)