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.2
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.11.3
Choose a head ref
  • 2 commits
  • 3 files changed
  • 1 contributor

Commits on Aug 12, 2025

  1. Reduce StreamParser chunk size

    FIX: Make the stream parser user 4 times smaller chunks to reduce the amount of re-parsed
    code on changes.
    
    See https://discuss.codemirror.net/t/old-language-mode-used-in-codemirror-v6-triggers-full-re-parse-of-the-entire-document/9384
    marijnh committed Aug 12, 2025
    Configuration menu
    Copy the full SHA
    1979f0d View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2025

  1. Mark version 6.11.3

    marijnh committed Aug 15, 2025
    Configuration menu
    Copy the full SHA
    9c41d68 View commit details
    Browse the repository at this point in the history
Loading