1
0
mirror of https://github.com/helix-editor/helix synced 2024-11-10 10:34:45 +01:00
helix/runtime/queries/v/injections.scm
Erasin Wang fb56a4bb75
Improve tree-sitter queries for vlang (#6279)
- Update hightlight
- add indents
- add textobject
- add injections
2023-03-15 16:22:24 -05:00

7 lines
143 B
Scheme

((comment) @injection.content
(#set! injection.language "comment"))
((sql_expression) @injection.content
(#set! injection.language "sql"))