Skip to content
This repository was archived by the owner on Apr 15, 2026. It is now read-only.
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.12.1
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.3
Choose a head ref
  • 8 commits
  • 4 files changed
  • 1 contributor

Commits on Dec 30, 2025

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

Commits on Feb 25, 2026

  1. Properly show matched brackets in the initial editor state

    FIX: Make sure brackets are highlighted in the initial editor state.
    marijnh committed Feb 25, 2026
    Configuration menu
    Copy the full SHA
    af8dca9 View commit details
    Browse the repository at this point in the history
  2. Pause bracket matching updates during composition

    FIX: Pause bracket matching updates during composition, to avoid disrupting
    Mobile Safari's fragile composition handling.
    marijnh committed Feb 25, 2026
    Configuration menu
    Copy the full SHA
    5f86763 View commit details
    Browse the repository at this point in the history
  3. Mark version 6.12.2

    marijnh committed Feb 25, 2026
    Configuration menu
    Copy the full SHA
    b5cd54b View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2026

  1. Fix forum link in readme

    marijnh committed Mar 16, 2026
    Configuration menu
    Copy the full SHA
    2f4e701 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9531899 View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2026

  1. Fix bogus bracket highlighting being generated at end of document

    FIX: Fix a crash in `bracketMatching` when composing at end of document.
    
    Closes codemirror/dev#1687
    marijnh committed Mar 25, 2026
    Configuration menu
    Copy the full SHA
    371c9ba View commit details
    Browse the repository at this point in the history
  2. Mark version 6.12.3

    marijnh committed Mar 25, 2026
    Configuration menu
    Copy the full SHA
    f5af31e View commit details
    Browse the repository at this point in the history
Loading