Merge pull request #1307 from MCSManager/abstract

Feat: toml syntax highlight support
This commit is contained in:
Unitwk 2024-07-23 15:14:41 +08:00 committed by GitHub
commit 52ecb939cb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -79,7 +79,7 @@ const getLanguageExtension = () => {
plugin: () => html()
},
{
name: ["yaml", "yml"],
name: ["yaml", "yml", "toml"],
plugin: () => new LanguageSupport(StreamLanguage.define(yamlMode.yaml))
},
{