mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-03 03:56:52 -04:00
initial support for CodeQL
This commit is contained in:
parent
b66b533ecd
commit
3dc2e9331e
3 changed files with 137 additions and 0 deletions
|
|
@ -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 = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue