mirror of
https://github.com/helix-editor/helix.git
synced 2025-04-06 12:27:42 +03:00
Add tree-sitter queries.
This commit is contained in:
parent
c1e5733b02
commit
4e31d1521b
22 changed files with 1194 additions and 0 deletions
7
runtime/queries/html/injections.scm
Normal file
7
runtime/queries/html/injections.scm
Normal file
|
@ -0,0 +1,7 @@
|
|||
((script_element
|
||||
(raw_text) @injection.content)
|
||||
(#set! injection.language "javascript"))
|
||||
|
||||
((style_element
|
||||
(raw_text) @injection.content)
|
||||
(#set! injection.language "css"))
|
Loading…
Add table
Add a link
Reference in a new issue