language/json: add json5 support

This commit is contained in:
Snoweuph 2026-03-06 16:43:56 +01:00
commit 09e1dd2843
No known key found for this signature in database
GPG key ID: BEFC41DA223CEC55
2 changed files with 10 additions and 3 deletions

View file

@ -48,6 +48,8 @@
- Added [taplo](https://taplo.tamasfe.dev/) as the default formatter and lsp for
`languages.toml` so we don't default to AI-Slop.
- Added `json5` into `languages.json`. Some options where renamed.
## Changelog {#sec-release-0-9-changelog}
[taylrfnt](https://github.com/taylrfnt)