annotate dot_config/helix/runtime/queries/hg-commit/injections.scm @ 848:7218c2192214

feat: only enable c-s selection in copy mode this allows to use c-s in helix to manually mark a jump position
author Zeger Van de Vannet <zegervdv@me.com>
date Thu, 15 Feb 2024 11:35:01 +0100
parents 2033a1460dbc
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
828
2033a1460dbc feat: add hg-commit and hgrc tree-sitter grammars and highlights
zegervdv <zegervdv@me.com>
parents:
diff changeset
1 (((scissors)
2033a1460dbc feat: add hg-commit and hgrc tree-sitter grammars and highlights
zegervdv <zegervdv@me.com>
parents:
diff changeset
2 (message) @injection.content)
2033a1460dbc feat: add hg-commit and hgrc tree-sitter grammars and highlights
zegervdv <zegervdv@me.com>
parents:
diff changeset
3 (#set! injection.include-children)
2033a1460dbc feat: add hg-commit and hgrc tree-sitter grammars and highlights
zegervdv <zegervdv@me.com>
parents:
diff changeset
4 (#set! injection.language "diff"))