diff --git a/.config/kak-tree-sitter/config.toml b/.config/kak-tree-sitter/config.toml index a02a2c25..bc66e579 100644 --- a/.config/kak-tree-sitter/config.toml +++ b/.config/kak-tree-sitter/config.toml @@ -62,7 +62,7 @@ link_flags = ["-O3"] # markdown [language.markdown.grammar.source.git] url = "https://github.com/tree-sitter-grammars/tree-sitter-markdown" -pin = "efb075cbd57ce33f694c2bb264b99cdba0f31789" +pin = "413285231ce8fa8b11e7074bbe265b48aa7277f9" [language.markdown.grammar] path = "tree-sitter-markdown/src" @@ -73,12 +73,12 @@ link = "cc" link_args = ["-shared", "-fpic", "scanner.o", "parser.o", "-o", "markdown.so"] link_flags = ["-O3"] -# [language.markdown.queries.source.git] -# url = "https://git.sr.ht/~hadronized/kak-tree-sitter" -# pin = "1b783cb1a4db29aedb6bf715bf918d51767da31f" [language.markdown.queries.source.git] -url = "https://github.com/helix-editor/helix" -pin = "ebf96bd4692dfa02c6318b15b11f8a7bc127e7ca" +url = "https://git.sr.ht/~hadronized/kak-tree-sitter" +pin = "1b783cb1a4db29aedb6bf715bf918d51767da31f" +# [language.markdown.queries.source.git] +# url = "https://github.com/helix-editor/helix" +# pin = "ebf96bd4692dfa02c6318b15b11f8a7bc127e7ca" [language.markdown.queries] path = "runtime/queries/markdown" @@ -86,7 +86,7 @@ path = "runtime/queries/markdown" # markdown.inline [language."markdown.inline".grammar.source.git] url = "https://github.com/tree-sitter-grammars/tree-sitter-markdown" -pin = "efb075cbd57ce33f694c2bb264b99cdba0f31789" +pin = "413285231ce8fa8b11e7074bbe265b48aa7277f9" [language."markdown.inline".grammar] path = "tree-sitter-markdown-inline/src"