1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-01-24 06:10:05 +08:00
SpaceVim/bundle/nvim-treesitter/queries/prql/injections.scm

14 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