Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: codemirror/language
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 6.11.3
Choose a base ref
...
head repository: codemirror/language
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 6.12.1
Choose a head ref
  • 6 commits
  • 4 files changed
  • 2 contributors

Commits on Oct 9, 2025

  1. Configuration menu
    Copy the full SHA
    51cdc78 View commit details
    Browse the repository at this point in the history

Commits on Dec 22, 2025

  1. Support reconfiguration of an LRLanguage's language data

    FEATURE: `LRLanguage.reconfigure` now supports changing the language data associated
    with the language.
    
    See https://discuss.codemirror.net/t/dash-separated-kebab-case-selection-too-inclusive/9619
    marijnh committed Dec 22, 2025
    Configuration menu
    Copy the full SHA
    a8de2ea View commit details
    Browse the repository at this point in the history
  2. Mark version 6.12.0

    marijnh committed Dec 22, 2025
    Configuration menu
    Copy the full SHA
    43dadca View commit details
    Browse the repository at this point in the history
  3. Revert "Support reconfiguration of an LRLanguage's language data"

    This reverts commit a8de2ea.
    
    BREAKING: Remove support for reconfiguring language data in
    `LRLanguage` again, since its implementation was broken.
    marijnh committed Dec 22, 2025
    Configuration menu
    Copy the full SHA
    f096668 View commit details
    Browse the repository at this point in the history
  4. Use EnterBracketed mode when finding inner language

    FIX: Improve finding inner language in syntax tree when the nested parse
    has been marked as bracketed.
    marijnh committed Dec 22, 2025
    Configuration menu
    Copy the full SHA
    d131a0f View commit details
    Browse the repository at this point in the history
  5. Mark version 6.12.1

    marijnh committed Dec 22, 2025
    Configuration menu
    Copy the full SHA
    bcc504c View commit details
    Browse the repository at this point in the history
Loading