AutoYADM commit: 2025-05-20 20:48:39
This commit is contained in:
parent
0067058291
commit
24c55cf3ce
1 changed files with 7 additions and 7 deletions
|
@ -62,7 +62,7 @@ link_flags = ["-O3"]
|
||||||
# markdown
|
# markdown
|
||||||
[language.markdown.grammar.source.git]
|
[language.markdown.grammar.source.git]
|
||||||
url = "https://github.com/tree-sitter-grammars/tree-sitter-markdown"
|
url = "https://github.com/tree-sitter-grammars/tree-sitter-markdown"
|
||||||
pin = "efb075cbd57ce33f694c2bb264b99cdba0f31789"
|
pin = "413285231ce8fa8b11e7074bbe265b48aa7277f9"
|
||||||
|
|
||||||
[language.markdown.grammar]
|
[language.markdown.grammar]
|
||||||
path = "tree-sitter-markdown/src"
|
path = "tree-sitter-markdown/src"
|
||||||
|
@ -73,12 +73,12 @@ link = "cc"
|
||||||
link_args = ["-shared", "-fpic", "scanner.o", "parser.o", "-o", "markdown.so"]
|
link_args = ["-shared", "-fpic", "scanner.o", "parser.o", "-o", "markdown.so"]
|
||||||
link_flags = ["-O3"]
|
link_flags = ["-O3"]
|
||||||
|
|
||||||
# [language.markdown.queries.source.git]
|
|
||||||
# url = "https://git.sr.ht/~hadronized/kak-tree-sitter"
|
|
||||||
# pin = "1b783cb1a4db29aedb6bf715bf918d51767da31f"
|
|
||||||
[language.markdown.queries.source.git]
|
[language.markdown.queries.source.git]
|
||||||
url = "https://github.com/helix-editor/helix"
|
url = "https://git.sr.ht/~hadronized/kak-tree-sitter"
|
||||||
pin = "ebf96bd4692dfa02c6318b15b11f8a7bc127e7ca"
|
pin = "1b783cb1a4db29aedb6bf715bf918d51767da31f"
|
||||||
|
# [language.markdown.queries.source.git]
|
||||||
|
# url = "https://github.com/helix-editor/helix"
|
||||||
|
# pin = "ebf96bd4692dfa02c6318b15b11f8a7bc127e7ca"
|
||||||
|
|
||||||
[language.markdown.queries]
|
[language.markdown.queries]
|
||||||
path = "runtime/queries/markdown"
|
path = "runtime/queries/markdown"
|
||||||
|
@ -86,7 +86,7 @@ path = "runtime/queries/markdown"
|
||||||
# markdown.inline
|
# markdown.inline
|
||||||
[language."markdown.inline".grammar.source.git]
|
[language."markdown.inline".grammar.source.git]
|
||||||
url = "https://github.com/tree-sitter-grammars/tree-sitter-markdown"
|
url = "https://github.com/tree-sitter-grammars/tree-sitter-markdown"
|
||||||
pin = "efb075cbd57ce33f694c2bb264b99cdba0f31789"
|
pin = "413285231ce8fa8b11e7074bbe265b48aa7277f9"
|
||||||
|
|
||||||
[language."markdown.inline".grammar]
|
[language."markdown.inline".grammar]
|
||||||
path = "tree-sitter-markdown-inline/src"
|
path = "tree-sitter-markdown-inline/src"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue