# HG changeset patch # User Zeger Van de Vannet # Date 1707993120 -3600 # Node ID a42419192052f50950cb3b2c8d802d59e4eeec44 # Parent 8a929c957d05ce2d694594c37f274cbad4c29107 feat: add more extensions for tcl files diff -r 8a929c957d05 -r a42419192052 dot_config/helix/languages.toml --- 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 = []