mirror of
https://github.com/uutils/coreutils.git
synced 2026-06-10 15:48:22 -07: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:
@@ -0,0 +1,2 @@
|
||||
# Configure GitHub to not mark comments in configuration files as errors
|
||||
*.json linguist-language=JSON-with-Comments
|
||||
Reference in New Issue
Block a user