mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-05 21:10:15 -04:00
feat: add SystemTap (#5097)
This commit is contained in:
parent
19b29f7cb0
commit
461d841771
6 changed files with 219 additions and 0 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue