Skip to content

Commit 23c6efb

Browse files
authored
chore: jsonc test (#1039)
1 parent 6bfdffa commit 23c6efb

File tree

3 files changed

+12
-0
lines changed

3 files changed

+12
-0
lines changed

.gitattributes

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,4 @@
11
*.md linguist-detectable
2+
.vscode/*.json linguist-language=JSON-with-Comments
3+
4+
test.json linguist-language=JSON-with-Comments

.vscode/settings.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"files.associations": {
3+
// jsonc test
4+
"test.json": "jsonc"
5+
}
6+
}

test.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
// hoge
3+
}

0 commit comments

Comments
 (0)