view dot_config/helix/runtime/queries/gotmpl/injections.scm @ 829:bd41aac927e6

chore: allow .scm (tree-sitter query) files
author zegervdv <zegervdv@me.com>
date Wed, 03 Jan 2024 11:44:16 +0100
parents 6c169d906c7d
children
line wrap: on
line source

((text) @injection.content
  (#set! injection.language "bash")
  (#set! injection.combined))

((text) @injection.content
  (#set! injection.language "toml")
  (#set! injection.combined))