[wopi] Add HWPML (*.hml) format

This commit is contained in:
Sergey Konovalov
2025-09-30 14:52:45 +03:00
parent e87a7c7c13
commit 5c0f036626
2 changed files with 10 additions and 26 deletions

View File

@ -13,5 +13,13 @@
"htmlWhitespaceSensitivity": "css",
"endOfLine": "lf",
"proseWrap": "preserve",
"embeddedLanguageFormatting": "auto"
"embeddedLanguageFormatting": "auto",
"overrides": [
{
"files": "*.json",
"options": {
"printWidth": 250
}
}
]
}

View File

@ -266,31 +266,7 @@
"pdfView": ["djvu", "xps", "oxps"],
"pdfEdit": ["pdf"],
"forms": ["pdf"],
"wordView": [
"doc",
"dotm",
"dot",
"fodt",
"ott",
"rtf",
"mht",
"mhtml",
"html",
"htm",
"xml",
"epub",
"fb2",
"sxw",
"stw",
"wps",
"wpt",
"pages",
"docxf",
"oform",
"hwp",
"hwpx",
"md"
],
"wordView": ["doc", "dotm", "dot", "fodt", "ott", "rtf", "mht", "mhtml", "html", "htm", "xml", "epub", "fb2", "sxw", "stw", "wps", "wpt", "pages", "docxf", "oform", "hwp", "hwpx", "md", "hml"],
"wordEdit": ["docx", "dotx", "docm", "odt", "txt"],
"cellView": ["xls", "xltm", "xlt", "fods", "ots", "sxc", "xml", "et", "ett", "numbers"],
"cellEdit": ["xlsx", "xlsb", "xltx", "xlsm", "ods", "csv"],