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

Skip to content

Tags: deephbz/codemirror-lang-python

Tags

6.1.6

Toggle 6.1.6's commit message
Version 6.1.6

### Bug fixes

Improve the way indentation for the current body is preserved when inenting new lines.

6.1.5

Toggle 6.1.5's commit message
Version 6.1.5

### Bug fixes

Properly indent `else:` when attached to a `for` or `while` statement.

6.1.4

Toggle 6.1.4's commit message
Version 6.1.4

### Bug fixes

Explicitly declare dependencies on @lezer/common and @codemirror/state

6.1.3

Toggle 6.1.3's commit message
Version 6.1.3

### Bug fixes

Fix a bug where blocks started after a wrapped argument list or similar construct were indented too far.

6.1.2

Toggle 6.1.2's commit message
Version 6.1.2

### Bug fixes

Don't indent lines after a dedented comment line.

6.1.1

Toggle 6.1.1's commit message
Version 6.1.1

### Bug fixes

Remove leftover log statements.

6.1.0

Toggle 6.1.0's commit message
Version 6.1.0

### New features

The `globalCompletion` completion source (included in the language support returned from `python()`) completes standard Python globals and keywords.

Export a `localCompletionSource` function that completes locally defined variables. Included in the support extensions returned from `python()`.

6.0.4

Toggle 6.0.4's commit message
Version 6.0.4

### Bug fixes

Make sure the language object has a name.

6.0.3

Toggle 6.0.3's commit message
Version 6.0.3

### Bug fixes

Add proper indentation handling of `else` clauses in `try` statements.

6.0.2

Toggle 6.0.2's commit message
Version 6.0.2

### Bug fixes

Allow prefixed strings to be closed by `closeBrackets`.