diff options
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", |
