feat(meson): add support for meson

Log: meson build
This commit is contained in:
ShootingStarDragons 2022-08-23 18:52:45 +08:00 committed by Stephan Seitz
parent 08e9b7cdf7
commit d4ca2c6791
3 changed files with 92 additions and 0 deletions

View file

@ -54,6 +54,17 @@ list.agda = {
filetype = "agda",
maintainers = { "@Decodetalkers" },
}
list.meson = {
install_info = {
url = "https://github.com/Decodetalkers/tree-sitter-meson",
branch = "master",
files = { "src/parser.c" },
},
filetype = "meson",
maintainers = { "@Decodetalkers" },
}
list.qmljs = {
install_info = {
url = "https://github.com/yuja/tree-sitter-qmljs",