changeset 847:a42419192052

feat: add more extensions for tcl files
author Zeger Van de Vannet <zegervdv@me.com>
date Thu, 15 Feb 2024 11:32:00 +0100
parents 8a929c957d05
children 7218c2192214
files dot_config/helix/languages.toml
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/dot_config/helix/languages.toml	Mon Jan 08 08:49:30 2024 +0100
+++ b/dot_config/helix/languages.toml	Thu Feb 15 11:32:00 2024 +0100
@@ -22,7 +22,7 @@
 name = "tcl"
 scope = "source.tcl"
 injection-regex = "tcl"
-file-types = ["tcl"]
+file-types = ["tcl", "do", "xdc", "sdc"]
 comment-token = "#"
 indent = { tab-width = 2, unit = " " }
 roots = []