SchemaStore.nvim
SchemaStore.nvim copied to clipboard
Behavior: More specific file matchers should override less specific ones
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
Hi @xav-ie, is your original issue resolved now that https://github.com/SchemaStore/schemastore/pull/3717 is merged?
Yes, this looks good now. Thank you!