feat: add prql (#4393)

* feat: add prql

* highlights(prql): null as constant.builtin

* highlights(prql): add missing kwd, update queries

* highlights(prql): remove redundant queries

* highlights(prql): make `->` a delimiter

* highlights(prql): instructions to `@method.call`
This commit is contained in:
Matthias Q 2023-03-01 21:21:11 +01:00 committed by GitHub
parent 9dd1b9c097
commit 0572657d4d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 168 additions and 0 deletions

View file

@ -1086,6 +1086,16 @@ list.proto = {
filetype = "proto",
}
list.prql = {
install_info = {
url = "https://github.com/PRQL/tree-sitter-prql",
branch = "main",
files = { "src/parser.c" },
},
maintainers = { "@matthias-Q" },
filetype = "prql",
}
list.pug = {
install_info = {
url = "https://github.com/zealot128/tree-sitter-pug",