mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-02 11:36:54 -04:00
feat(meson): add support for meson
Log: meson build
This commit is contained in:
parent
08e9b7cdf7
commit
d4ca2c6791
3 changed files with 92 additions and 0 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue