Mercurial > dotfiles
diff dot_config/helix/languages.toml @ 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 | 0fb5efcdd032 |
children | ccf4b28f04f9 |
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 = []