b0o / SchemaStore.nvim

🛍 JSON schemas for Neovim
https://schemastore.org
Apache License 2.0
726 stars 18 forks source link

Behavior: More specific file matchers should override less specific ones #31

Closed xav-ie closed 4 months ago

xav-ie commented 5 months ago

I was surprised to find that my tsconfig.settings.json was using the Micro JSON schema. I think that more specific FileMatchers should take precedence over less specific ones. Here is where I ran into the issue: https://github.com/b0o/SchemaStore.nvim/pull/30

b0o commented 5 months ago

Hi @xav-ie, is your original issue resolved now that https://github.com/SchemaStore/schemastore/pull/3717 is merged?

xav-ie commented 4 months ago

Yes, this looks good now. Thank you!