Codemirror: Enabled non-standard self-closing tags

For #5078
This commit is contained in:
Dan Brown 2024-07-14 16:36:36 +01:00
parent 897bb338f9
commit adb7bf7016
No known key found for this signature in database
GPG Key ID: 46D9F943C24A2EF9

View File

@ -35,7 +35,7 @@ const modeMap = {
go: () => legacyLoad('go'),
haskell: () => legacyLoad('haskell'),
hs: () => legacyLoad('haskell'),
html: async () => html(),
html: async () => html({selfClosingTags: true}),
ini: () => legacyLoad('properties'),
java: () => legacyLoad('java'),
javascript: async () => javascript(),