diff options
| author | Hugo <hugo@whynothugo.nl> | 2023-07-25 22:49:09 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-07-25 16:49:09 -0400 |
| commit | 736a672afe852dbad4199002c89b7461b285c47f (patch) | |
| tree | a7343348561175789f0cfb1f11bdef6d077925fc /lua | |
| parent | highlights(wgsl_bevy): add support for naga_oil features (diff) | |
| download | nvim-treesitter-736a672afe852dbad4199002c89b7461b285c47f.tar nvim-treesitter-736a672afe852dbad4199002c89b7461b285c47f.tar.gz nvim-treesitter-736a672afe852dbad4199002c89b7461b285c47f.tar.bz2 nvim-treesitter-736a672afe852dbad4199002c89b7461b285c47f.tar.lz nvim-treesitter-736a672afe852dbad4199002c89b7461b285c47f.tar.xz nvim-treesitter-736a672afe852dbad4199002c89b7461b285c47f.tar.zst nvim-treesitter-736a672afe852dbad4199002c89b7461b285c47f.zip | |
feat: add scfg
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 daece59de..973d955de 100644 --- a/lua/nvim-treesitter/parsers.lua +++ b/lua/nvim-treesitter/parsers.lua @@ -1367,6 +1367,15 @@ list.scala = { maintainers = { "@stevanmilic" }, } +list.scfg = { + install_info = { + url = "https://git.sr.ht/~rockorager/tree-sitter-scfg", + files = { "src/parser.c" }, + requires_generate_from_grammar = true, + }, + maintainers = { "@WhyNotHugo" }, +} + list.scheme = { install_info = { url = "https://github.com/6cdh/tree-sitter-scheme", |
