mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-28 11:37:44 +00:00
Allow comments in VS Code configuration
Since JSON formally cannot contain comments, GitHub highlights comments in JSON files as errors, but the configuration files for VS Code in this repository contain comments. This commit configures GitHub to use a different syntax highlighter for the affected files.
This commit is contained in:
parent
a764fdfb8e
commit
dbbabedec6
1 changed files with 2 additions and 0 deletions
2
.vscode/.gitattributes
vendored
Normal file
2
.vscode/.gitattributes
vendored
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
# Configure GitHub to not mark comments in configuration files as errors
|
||||||
|
*.json linguist-language=JSON-with-Comments
|
Loading…
Add table
Add a link
Reference in a new issue