Skip to content

Commit

Permalink
chore: jsonc test (#1039)
Browse files Browse the repository at this point in the history
  • Loading branch information
Mogyuchi authored Oct 31, 2024
1 parent 6bfdffa commit 23c6efb
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -1 +1,4 @@
*.md linguist-detectable
.vscode/*.json linguist-language=JSON-with-Comments

test.json linguist-language=JSON-with-Comments
6 changes: 6 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"files.associations": {
// jsonc test
"test.json": "jsonc"
}
}
3 changes: 3 additions & 0 deletions test.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
// hoge
}

0 comments on commit 23c6efb

Please sign in to comment.