From c0f4363b72ec4f3ca2e4ce5fcd81aa67925379fd Mon Sep 17 00:00:00 2001 From: ObserverOfTime Date: Sun, 17 Sep 2023 12:41:06 +0300 Subject: feat: add ssh config --- lua/nvim-treesitter/parsers.lua | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'lua') diff --git a/lua/nvim-treesitter/parsers.lua b/lua/nvim-treesitter/parsers.lua index 75ca59436..2880edec7 100644 --- a/lua/nvim-treesitter/parsers.lua +++ b/lua/nvim-treesitter/parsers.lua @@ -1597,6 +1597,15 @@ list.squirrel = { maintainers = { "@amaanq" }, } +list.ssh_config = { + install_info = { + url = "https://github.com/ObserverOfTime/tree-sitter-ssh-config", + files = { "src/parser.c" }, + }, + filetype = "sshconfig", + maintainers = { "@ObserverOfTime" }, +} + list.starlark = { install_info = { url = "https://github.com/amaanq/tree-sitter-starlark", -- cgit v1.2.3-70-g09d2