langserver.github.io
langserver.github.io copied to clipboard
Add JSON variants
The VSCode JSON language server also includes support for JSON Schema.
With JSON Schema and JSON-LD gaining wider adoption, it's important to note the support or lack thereof of various JSON language server implementations for these technologies.
I propose either
- listing them as separate languages - technically pure JSON files don't have support for Hover or Code Completion, this is only provided based on JSON Schema. If another implementation were to use JSON-LD to add descriptions on hover, it would need to be separate
- adding a note describing the level of support for them
@alexkreidler Both options sound fine to me. Want to send a pull request?
no response for ~3 years, can this issue be closed?