mirror of
https://github.com/MCSManager/MCSManager.git
synced 2024-11-21 03:12:10 +08:00
Merge pull request #1307 from MCSManager/abstract
Feat: toml syntax highlight support
This commit is contained in:
commit
52ecb939cb
@ -79,7 +79,7 @@ const getLanguageExtension = () => {
|
||||
plugin: () => html()
|
||||
},
|
||||
{
|
||||
name: ["yaml", "yml"],
|
||||
name: ["yaml", "yml", "toml"],
|
||||
plugin: () => new LanguageSupport(StreamLanguage.define(yamlMode.yaml))
|
||||
},
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user