From 006e003698253435967a0117592dc122b570f29f Mon Sep 17 00:00:00 2001 From: SweetPPro Date: Thu, 25 Jan 2024 20:05:17 +0100 Subject: [PATCH] Add syntax highlighting for `.htm` and `.shtml` files (#6705) enabled syntax highlighting for **.htm** and **.shtml** files Release Notes: - Added support for syntax highlighting in HTML files with `.htm` and `.shtml` extensions ([#4510](https://github.com/zed-industries/zed/issues/4510)). --- crates/zed/src/languages/html/config.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/zed/src/languages/html/config.toml b/crates/zed/src/languages/html/config.toml index 0105f0d60d..3c24490fc4 100644 --- a/crates/zed/src/languages/html/config.toml +++ b/crates/zed/src/languages/html/config.toml @@ -1,5 +1,5 @@ name = "HTML" -path_suffixes = ["html"] +path_suffixes = ["html", "htm", "shtml"] autoclose_before = ">})" block_comment = [""] brackets = [