feat: add SystemTap (#5097)

This commit is contained in:
OK Ryoko 2023-07-18 19:55:06 +00:00 committed by GitHub
parent 19b29f7cb0
commit 461d841771
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 219 additions and 0 deletions

View file

@ -1491,6 +1491,14 @@ list.sxhkdrc = {
maintainers = { "@RaafatTurki" },
}
list.systemtap = {
install_info = {
url = "https://github.com/ok-ryoko/tree-sitter-systemtap",
files = { "src/parser.c" },
},
maintainers = { "@ok-ryoko" },
}
list.t32 = {
install_info = {
url = "https://codeberg.org/xasc/tree-sitter-t32",