You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Auto-indent:
- New line matches indentation of previous line
- Backspace now deletes 4 spaces of indentation
- New `Ast`-based implementation of `ensoSyntax` extension
- Stylesheet-defined syntax highlighting (fixes#11475)
- Vue component implementation of code editor tooltips
- Removes 2nd-to-last usage of `RawAst` (#10753)
- Switch to CM-compatible SourceRange so that we can use the same text
algorithms for module sources and CM editor contents
- Update CodeMirror dependencies
While investigating better behavior of type classes I created following program:
and it renders incorrectly:
private
isn't rendered as keyword.The text was updated successfully, but these errors were encountered: