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 | chore: dedup join_paths <-> join_path (diff) | |
| download | nvim-treesitter-3dc2e9331e18635f518db853fb076852c9bed16a.tar nvim-treesitter-3dc2e9331e18635f518db853fb076852c9bed16a.tar.gz nvim-treesitter-3dc2e9331e18635f518db853fb076852c9bed16a.tar.bz2 nvim-treesitter-3dc2e9331e18635f518db853fb076852c9bed16a.tar.lz nvim-treesitter-3dc2e9331e18635f518db853fb076852c9bed16a.tar.xz nvim-treesitter-3dc2e9331e18635f518db853fb076852c9bed16a.tar.zst nvim-treesitter-3dc2e9331e18635f518db853fb076852c9bed16a.zip | |
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 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 = { |
