1
0
mirror of https://github.com/alecthomas/chroma.git synced 2025-03-17 20:58:08 +02:00

feat(JSON): support .jsonc extension (#1022)

JSONC is JSON with comments. The JSON lexer already supports comments.
This commit is contained in:
Carter Li 2024-11-19 11:08:00 +08:00 committed by GitHub
parent 539d031254
commit df769f9366
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -3,6 +3,7 @@
<name>JSON</name>
<alias>json</alias>
<filename>*.json</filename>
<filename>*.jsonc</filename>
<filename>*.avsc</filename>
<mime_type>application/json</mime_type>
<dot_all>true</dot_all>