AutoYADM commit: 2025-05-22 16:22:39
This commit is contained in:
parent
c2da6b6096
commit
e58e7ad59e
1 changed files with 38 additions and 38 deletions
|
@ -59,47 +59,47 @@ link_args = ["-shared", "-fpic", "scanner.o", "parser.o", "-o", "kdl.so"]
|
|||
link_flags = ["-O3"]
|
||||
|
||||
|
||||
# markdown
|
||||
[language.markdown.grammar.source.git]
|
||||
url = "https://github.com/tree-sitter-grammars/tree-sitter-markdown"
|
||||
pin = "413285231ce8fa8b11e7074bbe265b48aa7277f9"
|
||||
# # markdown
|
||||
# [language.markdown.grammar.source.git]
|
||||
# url = "https://github.com/tree-sitter-grammars/tree-sitter-markdown"
|
||||
# pin = "413285231ce8fa8b11e7074bbe265b48aa7277f9"
|
||||
|
||||
[language.markdown.grammar]
|
||||
path = "tree-sitter-markdown/src"
|
||||
compile = "cc"
|
||||
compile_args = ["-c", "-fpic", "../scanner.c", "../parser.c", "-I", ".."]
|
||||
compile_flags = ["-O3"]
|
||||
link = "cc"
|
||||
link_args = ["-shared", "-fpic", "scanner.o", "parser.o", "-o", "markdown.so"]
|
||||
link_flags = ["-O3"]
|
||||
# [language.markdown.grammar]
|
||||
# path = "tree-sitter-markdown/src"
|
||||
# compile = "cc"
|
||||
# compile_args = ["-c", "-fpic", "../scanner.c", "../parser.c", "-I", ".."]
|
||||
# compile_flags = ["-O3"]
|
||||
# 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://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"
|
||||
|
||||
# # markdown.inline
|
||||
# [language."markdown.inline".grammar.source.git]
|
||||
# url = "https://github.com/tree-sitter-grammars/tree-sitter-markdown"
|
||||
# pin = "413285231ce8fa8b11e7074bbe265b48aa7277f9"
|
||||
|
||||
# [language."markdown.inline".grammar]
|
||||
# path = "tree-sitter-markdown-inline/src"
|
||||
# compile = "cc"
|
||||
# compile_args = ["-c", "-fpic", "../scanner.c", "../parser.c", "-I", ".."]
|
||||
# compile_flags = ["-O3"]
|
||||
# link = "cc"
|
||||
# link_args = ["-shared", "-fpic", "scanner.o", "parser.o", "-o", "markdown.inline.so"]
|
||||
# link_flags = ["-O3"]
|
||||
|
||||
# [language."markdown.inline".queries.source.git]
|
||||
# url = "https://github.com/helix-editor/helix"
|
||||
# pin = "ebf96bd4692dfa02c6318b15b11f8a7bc127e7ca"
|
||||
|
||||
[language.markdown.queries]
|
||||
path = "runtime/queries/markdown"
|
||||
|
||||
# markdown.inline
|
||||
[language."markdown.inline".grammar.source.git]
|
||||
url = "https://github.com/tree-sitter-grammars/tree-sitter-markdown"
|
||||
pin = "413285231ce8fa8b11e7074bbe265b48aa7277f9"
|
||||
|
||||
[language."markdown.inline".grammar]
|
||||
path = "tree-sitter-markdown-inline/src"
|
||||
compile = "cc"
|
||||
compile_args = ["-c", "-fpic", "../scanner.c", "../parser.c", "-I", ".."]
|
||||
compile_flags = ["-O3"]
|
||||
link = "cc"
|
||||
link_args = ["-shared", "-fpic", "scanner.o", "parser.o", "-o", "markdown.inline.so"]
|
||||
link_flags = ["-O3"]
|
||||
|
||||
[language."markdown.inline".queries.source.git]
|
||||
url = "https://github.com/helix-editor/helix"
|
||||
pin = "ebf96bd4692dfa02c6318b15b11f8a7bc127e7ca"
|
||||
|
||||
[language."markdown.inline".queries]
|
||||
path = "runtime/queries/markdown.inline"
|
||||
# [language."markdown.inline".queries]
|
||||
# path = "runtime/queries/markdown.inline"
|
Loading…
Add table
Add a link
Reference in a new issue