aboutsummaryrefslogtreecommitdiffstats
path: root/lua
diff options
context:
space:
mode:
authorOK Ryoko <59705845+ok-ryoko@users.noreply.github.com>2023-07-18 19:55:06 +0000
committerGitHub <noreply@github.com>2023-07-18 22:55:06 +0300
commit461d841771c7a576e5fd33d1320934a4a0f1dbc9 (patch)
tree4bc914b0df7fbcaf289461a3a9024bc18754b46f /lua
parentUpdate README (diff)
downloadnvim-treesitter-461d841771c7a576e5fd33d1320934a4a0f1dbc9.tar
nvim-treesitter-461d841771c7a576e5fd33d1320934a4a0f1dbc9.tar.gz
nvim-treesitter-461d841771c7a576e5fd33d1320934a4a0f1dbc9.tar.bz2
nvim-treesitter-461d841771c7a576e5fd33d1320934a4a0f1dbc9.tar.lz
nvim-treesitter-461d841771c7a576e5fd33d1320934a4a0f1dbc9.tar.xz
nvim-treesitter-461d841771c7a576e5fd33d1320934a4a0f1dbc9.tar.zst
nvim-treesitter-461d841771c7a576e5fd33d1320934a4a0f1dbc9.zip
feat: add SystemTap (#5097)
Diffstat (limited to 'lua')
-rw-r--r--lua/nvim-treesitter/parsers.lua8
1 files changed, 8 insertions, 0 deletions
diff --git a/lua/nvim-treesitter/parsers.lua b/lua/nvim-treesitter/parsers.lua
index 3f1bc98d8..b8b14ae8f 100644
--- a/lua/nvim-treesitter/parsers.lua
+++ b/lua/nvim-treesitter/parsers.lua
@@ -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",