redhat-developer / yaml-language-server

Language Server for YAML Files
MIT License
1.1k stars 265 forks source link

Bukkit plugin.yml treated as PocketMine plugin.yml #247

Open coehlrich opened 4 years ago

coehlrich commented 4 years ago

I opened a plugin.yml for a Spigot plugin (which seems to have the same format as a Bukkit plugin.yml) (https://github.com/PrisonTeam/Prison) using eclipse Wild Web Developer and from what i can see it seems to be treated as if it's a PocketMine plugin.yml.

Looking at https://github.com/SchemaStore/schemastore/blob/master/src/api/json/catalog.json it seems that Bukkit, Bungee and PocketMine all share the file match "plugin.yml" with PocketMine being the last one in the file.

gorkem commented 4 years ago

Sounds like an enhancement request to manage cases when schema store patterns conflict.