summaryrefslogtreecommitdiffstats
path: root/lua
diff options
context:
space:
mode:
authorObserverOfTime <chronobserver@disroot.org>2023-09-17 12:41:06 +0300
committerObserverOfTime <chronobserver@disroot.org>2023-09-18 11:38:56 +0300
commitc0f4363b72ec4f3ca2e4ce5fcd81aa67925379fd (patch)
treea98445ba839ef0bbc751aaf31f0a85ab6c20440f /lua
parentUpdate parsers: agda, wing (diff)
downloadnvim-treesitter-c0f4363b72ec4f3ca2e4ce5fcd81aa67925379fd.tar
nvim-treesitter-c0f4363b72ec4f3ca2e4ce5fcd81aa67925379fd.tar.gz
nvim-treesitter-c0f4363b72ec4f3ca2e4ce5fcd81aa67925379fd.tar.bz2
nvim-treesitter-c0f4363b72ec4f3ca2e4ce5fcd81aa67925379fd.tar.lz
nvim-treesitter-c0f4363b72ec4f3ca2e4ce5fcd81aa67925379fd.tar.xz
nvim-treesitter-c0f4363b72ec4f3ca2e4ce5fcd81aa67925379fd.tar.zst
nvim-treesitter-c0f4363b72ec4f3ca2e4ce5fcd81aa67925379fd.zip
feat: add ssh config
Diffstat (limited to 'lua')
-rw-r--r--lua/nvim-treesitter/parsers.lua9
1 files changed, 9 insertions, 0 deletions
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",