comparison 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
comparison
equal deleted inserted replaced
824:1b779efc2b42 825:6c169d906c7d
24 injection-regex = "tcl" 24 injection-regex = "tcl"
25 file-types = ["tcl"] 25 file-types = ["tcl"]
26 comment-token = "#" 26 comment-token = "#"
27 indent = { tab-width = 2, unit = " " } 27 indent = { tab-width = 2, unit = " " }
28 roots = [] 28 roots = []
29
30 [[language]]
31 name = 'gotmpl'
32 file-types = ["tmpl"]