nvim-treesitter/queries/prql/injections.scm
Matthias Q 0572657d4d
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`
2023-03-01 15:21:11 -05:00

13 lines
166 B
Scheme

(
(s_string) @sql
(#offset! @sql 0 2 0 -1)
)
(from_text
(keyword_from_text)
(keyword_json)
(literal) @json
(#offset! @json 0 3 0 -3)
)
(comment) @comment