This commit is contained in:
Michael Chalupiak 2025-03-22 20:10:25 -04:00
parent 6406bd637b
commit e161127590
2 changed files with 22 additions and 0 deletions

View File

@ -21,3 +21,24 @@
# [language.lua.queries]
# # path = "runtime/queries/lua"
# path = "queries/lua"
# typst
[language.typst.grammar.source.git]
url = "https://github.com/uben0/tree-sitter-typst"
pin = "46cf4ded12ee974a70bf8457263b67ad7ee0379d"
[language.typst.grammar]
path = "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", "typst.so"]
link_flags = ["-O3"]
[language.typst.queries.source.git]
url = "https://github.com/uben0/tree-sitter-typst"
pin = "46cf4ded12ee974a70bf8457263b67ad7ee0379d"
[language.typst.queries]
path = "queries/typst"

View File

@ -25,6 +25,7 @@ plug "gustavo-hms/luar" %{
}
}
plug "custom-filetypes" load-path "~/.config/kak/al"
# # Color Themes
plug "tinted-theming/base16-kakoune" theme
plug "https://git.sr.ht/~hadronized/kakoune-tree-sitter-themes" theme