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 20:05:17 +01:00 committed by GitHub
parent b5fa5beee4
commit 006e003698
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,5 +1,5 @@
name = "HTML"
path_suffixes = ["html"]
path_suffixes = ["html", "htm", "shtml"]
autoclose_before = ">})"
block_comment = ["<!-- ", " -->"]
brackets = [