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/lang-python
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 6.1.6
Choose a base ref
...
head repository: codemirror/lang-python
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 6.2.1
Choose a head ref
  • 8 commits
  • 6 files changed
  • 2 contributors

Commits on Dec 30, 2024

  1. Add a usage section to readme

    marijnh committed Dec 30, 2024
    Configuration menu
    Copy the full SHA
    fec0c16 View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2025

  1. Indentation for match-case statements

    FIX: Properly indent match/case statements.
    deephbz authored Jan 18, 2025
    Configuration menu
    Copy the full SHA
    0f6499a View commit details
    Browse the repository at this point in the history
  2. Mark version 6.1.7

    marijnh committed Jan 18, 2025
    Configuration menu
    Copy the full SHA
    3930ddf View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2025

  1. Add code folding for multi-line strings

    FEATURE: Allow multi-line strings to be code-folded.
    
    Closes codemirror/dev#1551
    marijnh committed Apr 22, 2025
    Configuration menu
    Copy the full SHA
    3049f47 View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2025

  1. Add an indentation rule for member expressions

    FIX: Add an indentation rule for member expressions.
    
    Closes 'codemirror/dev#1553
    marijnh committed Apr 23, 2025
    Configuration menu
    Copy the full SHA
    52640ae View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2025

  1. Mark version 6.2.0

    marijnh committed Apr 25, 2025
    Configuration menu
    Copy the full SHA
    34dbda2 View commit details
    Browse the repository at this point in the history

Commits on May 14, 2025

  1. Don't align indentation with previous body when there is content on a…

    … line
    
    FIX: Fix an issue where the indentation logic would too eagerly align lines to the body
    directly above them.
    
    Closes codemirror/dev#1564
    marijnh committed May 14, 2025
    Configuration menu
    Copy the full SHA
    a6ff7c5 View commit details
    Browse the repository at this point in the history
  2. Mark version 6.2.1

    marijnh committed May 14, 2025
    Configuration menu
    Copy the full SHA
    b29a2dd View commit details
    Browse the repository at this point in the history
Loading