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)).
This commit is contained in:
SweetPPro
2024-01-25 14:05:17 -05:00
committed by GitHub
parent b5fa5beee4
commit 006e003698
+1 -1
View File
@@ -1,5 +1,5 @@
name = "HTML"
path_suffixes = ["html"]
path_suffixes = ["html", "htm", "shtml"]
autoclose_before = ">})"
block_comment = ["<!-- ", " -->"]
brackets = [