From 3dc2e9331e18635f518db853fb076852c9bed16a Mon Sep 17 00:00:00 2001 From: Alvaro Muñoz Date: Wed, 30 Sep 2020 00:30:26 +0200 Subject: initial support for CodeQL --- lua/nvim-treesitter/parsers.lua | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'lua') diff --git a/lua/nvim-treesitter/parsers.lua b/lua/nvim-treesitter/parsers.lua index 24a7ca0a6..6b74faaa8 100644 --- a/lua/nvim-treesitter/parsers.lua +++ b/lua/nvim-treesitter/parsers.lua @@ -261,6 +261,14 @@ list.fennel = { maintainers = {'@TravonteD'}, } +list.ql = { + install_info = { + url = "https://github.com/tree-sitter/tree-sitter-ql", + files = { "src/parser.c" }, + }, + maintainers = {'@pwntester'}, +} + -- Parsers for injections list.regex = { install_info = { -- cgit v1.2.3-70-g09d2