diff options
| author | Alvaro Muñoz <pwntester@github.com> | 2020-09-30 00:30:26 +0200 |
|---|---|---|
| committer | Stephan Seitz <stephan.lauf@yahoo.de> | 2020-09-30 17:06:58 +0200 |
| commit | 3dc2e9331e18635f518db853fb076852c9bed16a (patch) | |
| tree | a26e8b6188b08b096ca88794974db3bccde27ec1 /lua | |
| parent | b66b533ecdf40524176020cff514c0597c99df0b (diff) | |
initial support for CodeQL
Diffstat (limited to 'lua')
| -rw-r--r-- | lua/nvim-treesitter/parsers.lua | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/lua/nvim-treesitter/parsers.lua b/lua/nvim-treesitter/parsers.lua index 24a7ca0a..6b74faaa 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 = { |
