Thanks to visit codestin.com
Credit goes to github.com

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.8.0
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.9.0
Choose a head ref
  • 4 commits
  • 5 files changed
  • 1 contributor

Commits on Jun 22, 2023

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

Commits on Jun 26, 2023

  1. Don't use syntaxIndentation when there is no syntax tree

    FIX: Make `getIndentation` return null, rather than 0, when there is no
    syntax tree available.
    marijnh committed Jun 26, 2023
    Configuration menu
    Copy the full SHA
    432b09a View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2023

  1. Add support for a preparePlaceholder option

    FEATURE: The new `preparePlaceholder` option to `codeFolding` makes it possible to
    display contextual information in a folded range placeholder widget.
    
    See https://discuss.codemirror.net/t/folding-show-number-of-lines-elements-folded/6950
    marijnh committed Aug 13, 2023
    Configuration menu
    Copy the full SHA
    edb239d View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2023

  1. Mark version 6.9.0

    marijnh committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    8fc60e2 View commit details
    Browse the repository at this point in the history
Loading