]> granicus.if.org Git - icu/commitdiff
ICU-20953 Tell GitHub to treat JSON as JSONC to fix syntax highlighting for comments.
authorJeff Genovy <29107334+jefgen@users.noreply.github.com>
Wed, 29 Jan 2020 19:03:20 +0000 (11:03 -0800)
committerJeff Genovy <29107334+jefgen@users.noreply.github.com>
Wed, 5 Feb 2020 19:33:53 +0000 (11:33 -0800)
.gitattributes

index 83661e619217fb9fd3e08a1fe1d0a795c1579abd..cb4a55d71aa7c434bc2d6c785103d9a6aa0d13e0 100644 (file)
@@ -84,3 +84,7 @@ configure text !eol
 
 # Enable syntax highlighting on GitHub.com
 .cpyskip.txt linguist-language=Ignore-List
+
+# Use JSONC for syntax highlighting on GitHub.com
+*.json linguist-language=jsonc
+