mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-25 02:58:56 +01:00
HTML saving as RHTML (fixes #30444)
This commit is contained in:
@@ -24,7 +24,6 @@
|
||||
{
|
||||
"id": "html",
|
||||
"extensions": [
|
||||
".rhtml",
|
||||
".html",
|
||||
".htm",
|
||||
".shtml",
|
||||
@@ -35,7 +34,8 @@
|
||||
".aspx",
|
||||
".jshtm",
|
||||
".volt",
|
||||
".ejs"
|
||||
".ejs",
|
||||
".rhtml"
|
||||
],
|
||||
"aliases": [
|
||||
"HTML",
|
||||
|
||||
Reference in New Issue
Block a user