We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8482a8 commit 2ba2594Copy full SHA for 2ba2594
markdown/binding.go
@@ -14,6 +14,10 @@ type MarkdownTree struct {
14
inlineIndices map[uintptr]int
15
}
16
17
+func GetLanguage() *sitter.Language {
18
+ return tree_sitter_markdown.GetLanguage()
19
+}
20
+
21
func (t *MarkdownTree) Edit(edit sitter.EditInput) {
22
t.blockTree.Edit(edit)
23
for _, tree := range t.inlineTrees {
0 commit comments