Whitelist comments in all JSON files

Currently many files contain comments but are being matched as JSON incorrectly.
To fix this, let's associate `*.json` with JSONC and fix the false positive error highlights.
This commit is contained in:
SNDST00M: M.U.N.I.N 2021-07-23 02:08:39 +01:00 committed by GitHub
parent 847a6d8cd0
commit 9e0857e916
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

3
.gitattributes vendored
View file

@ -7,4 +7,5 @@ ThirdPartyNotices.txt eol=crlf
*.cmd eol=crlf
*.ps1 eol=lf
*.sh eol=lf
*.rtf -text
*.rtf -text
*.json linguist-language=jsonc