mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-03 03:56:52 -04:00
* 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`
13 lines
166 B
Scheme
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
|