diff dot_config/helix/languages.toml @ 825:6c169d906c7d

feat: enable highlighting for chezmoi .tmpl files
author zegervdv <zegervdv@me.com>
date Thu, 21 Dec 2023 11:47:51 +0100
parents 6499aba0eaf3
children b2e6175efcad
line wrap: on
line diff
--- a/dot_config/helix/languages.toml	Thu Dec 21 11:47:20 2023 +0100
+++ b/dot_config/helix/languages.toml	Thu Dec 21 11:47:51 2023 +0100
@@ -26,3 +26,7 @@
 comment-token = "#"
 indent = { tab-width = 2, unit = " " }
 roots = []
+
+[[language]]
+name = 'gotmpl'
+file-types = ["tmpl"]