mirror of
https://github.com/termux/termux-packages.git
synced 2024-11-27 06:18:57 +00:00
21 lines
532 B
Diff
21 lines
532 B
Diff
--- a/xmake/beamer.lua
|
|
+++ b/xmake/beamer.lua
|
|
@@ -105,6 +105,9 @@
|
|
add_packages("s7")
|
|
add_packages("pdfhummus")
|
|
add_packages("libgit2")
|
|
+ add_packages("tree-sitter")
|
|
+ add_packages("tree-sitter-cpp")
|
|
+ add_packages("tree-sitter-scheme")
|
|
if not is_plat("macosx") then
|
|
add_packages("libiconv")
|
|
end
|
|
@@ -134,6 +137,7 @@
|
|
add_files(plugin_html_srcs)
|
|
add_files(plugin_pdf_srcs)
|
|
add_files(plugin_git_srcs)
|
|
+ add_files(plugin_treesitter_srcs)
|
|
|
|
add_mxflags("-fno-objc-arc")
|
|
|