mirror of
https://github.com/zed-industries/zed.git
synced 2024-12-29 04:20:46 +00:00
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:
parent
b5fa5beee4
commit
006e003698
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
name = "HTML"
|
||||
path_suffixes = ["html"]
|
||||
path_suffixes = ["html", "htm", "shtml"]
|
||||
autoclose_before = ">})"
|
||||
block_comment = ["<!-- ", " -->"]
|
||||
brackets = [
|
||||
|
|
Loading…
Reference in a new issue