mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-06 05:20:00 -04:00
Add SPARQL
Signed-off-by: BonaBeavis <gordian.dziwis@gmail.com>
This commit is contained in:
parent
cafe733e23
commit
e934c5508a
6 changed files with 270 additions and 0 deletions
|
|
@ -380,6 +380,15 @@ list.query = {
|
|||
maintainers = {"@steelsojka"},
|
||||
}
|
||||
|
||||
list.sparql = {
|
||||
install_info = {
|
||||
url = "https://github.com/BonaBeavis/tree-sitter-sparql",
|
||||
files = { "src/parser.c" },
|
||||
branch = "main",
|
||||
},
|
||||
maintainers = { "@bonabeavis" },
|
||||
}
|
||||
|
||||
local M = {
|
||||
list = list
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue