diff options
| author | osthomas <8322329+osthomas@users.noreply.github.com> | 2023-09-13 03:29:22 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-09-12 21:29:22 -0400 |
| commit | 2461e5ac21c59950457fea4b3f9f184f0daa8913 (patch) | |
| tree | 7c31fedfe46bd9149381d9b166f6048b53b45f50 /lua | |
| parent | feat: @spell on comments (diff) | |
| download | nvim-treesitter-2461e5ac21c59950457fea4b3f9f184f0daa8913.tar nvim-treesitter-2461e5ac21c59950457fea4b3f9f184f0daa8913.tar.gz nvim-treesitter-2461e5ac21c59950457fea4b3f9f184f0daa8913.tar.bz2 nvim-treesitter-2461e5ac21c59950457fea4b3f9f184f0daa8913.tar.lz nvim-treesitter-2461e5ac21c59950457fea4b3f9f184f0daa8913.tar.xz nvim-treesitter-2461e5ac21c59950457fea4b3f9f184f0daa8913.tar.zst nvim-treesitter-2461e5ac21c59950457fea4b3f9f184f0daa8913.zip | |
feat: add Snakemake
Diffstat (limited to 'lua')
| -rw-r--r-- | lua/nvim-treesitter/parsers.lua | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/lua/nvim-treesitter/parsers.lua b/lua/nvim-treesitter/parsers.lua index 6fc18cbf9..5251fdb4a 100644 --- a/lua/nvim-treesitter/parsers.lua +++ b/lua/nvim-treesitter/parsers.lua @@ -1520,6 +1520,15 @@ list.smali = { maintainers = { "@amaanq" }, } +list.snakemake = { + install_info = { + url = "https://github.com/osthomas/tree-sitter-snakemake", + files = { "src/parser.c", "src/scanner.c" }, + }, + maintainer = { "@osthomas" }, + experimental = true, +} + list.smithy = { install_info = { url = "https://github.com/indoorvivants/tree-sitter-smithy", |
