Mercurial > dotfiles
diff dot_config/helix/runtime/queries/gotmpl/injections.scm @ 825:6c169d906c7d
feat: enable highlighting for chezmoi .tmpl files
author | zegervdv <zegervdv@me.com> |
---|---|
date | Thu, 21 Dec 2023 11:47:51 +0100 |
parents | |
children |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/dot_config/helix/runtime/queries/gotmpl/injections.scm Thu Dec 21 11:47:51 2023 +0100 @@ -0,0 +1,7 @@ +((text) @injection.content + (#set! injection.language "bash") + (#set! injection.combined)) + +((text) @injection.content + (#set! injection.language "toml") + (#set! injection.combined))