1
0
mirror of https://github.com/helix-editor/helix.git synced 2024-12-23 00:11:54 +04:00
helix-mirror/runtime/queries/python/injections.scm
Michael Davis e72786df8e
Add tree-sitter-comment ()
* Add tree-sitter-comment

Fix 

* fix precedence in tree-sitter-comment highlights

connects https://github.com/helix-editor/helix/pull/1170

* set injection-regex for comment language

* remove comment filetype

* fix comment injections for neovim-style injections tags

* add comment injections for elixir

* remove f.comment

* fix spacing in .gitmodules

* run 'cargo xtask docgen'

Co-authored-by: Ivan Tham <pickfire@riseup.net>
2021-12-19 23:56:56 +09:00

3 lines
69 B
Scheme

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