From e197736061378b5ccc510241ebec0bb765d69fa7 Mon Sep 17 00:00:00 2001 From: Stephan Seitz Date: Sun, 4 Apr 2021 09:45:45 +0200 Subject: Add support for Common Lisp --- 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 c2572eba6..d5aec787f 100644 --- a/lua/nvim-treesitter/parsers.lua +++ b/lua/nvim-treesitter/parsers.lua @@ -54,6 +54,15 @@ list.clojure = { maintainers = {"@sogaiu"}, } +list.commonlisp = { + install_info = { + url = "~/projects/tree-sitter-commonlisp", + files = { "src/parser.c" }, + }, + filetype = 'lisp', + maintainers = {"@theHamsta"}, +} + list.cpp = { install_info = { url = "https://github.com/tree-sitter/tree-sitter-cpp", -- cgit v1.2.3-70-g09d2