-
Notifications
You must be signed in to change notification settings - Fork 20
Open
Labels
enhancementNew feature or requestNew feature or request
Description
In https://github.com/MDeiml/tree-sitter-markdown sections are represented structurally in the AST. This allows things like https://github.com/nvim-treesitter/nvim-treesitter-context to leverage this structure to provide contexts.
Proposal
Make the current column_heading
or h1
node the beginning of a block and nest everything under until the next column_heading
or h1
.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request