Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* widgets: _text_area: Extract resolving of the current line from the document into a function This allows a subclass of text area to augment the `Text` object before it is rendered * docs: examples: Add TextArea with Syntax object This example shows how `TextArea` can be subclassed such that a Syntax object will be used to highlight the document, instead of tree-sitter * Remove Pygments example, add a docstring. * Fix typo --------- Co-authored-by: Darren Burns <[email protected]>
- Loading branch information