We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6bfdffa commit 23c6efbCopy full SHA for 23c6efb
.gitattributes
@@ -1 +1,4 @@
1
*.md linguist-detectable
2
+.vscode/*.json linguist-language=JSON-with-Comments
3
+
4
+test.json linguist-language=JSON-with-Comments
.vscode/settings.json
@@ -0,0 +1,6 @@
+{
+ "files.associations": {
+ // jsonc test
+ "test.json": "jsonc"
5
+ }
6
+}
test.json
@@ -0,0 +1,3 @@
+ // hoge
0 commit comments