Skip to content

Commit 546fd82

Browse files
authored
Merge pull request #18 from aleclarson/chore/readonly-json-file
chore: mark c3.tmLanguage.json as readonly
2 parents 29d42b6 + 11ff83f commit 546fd82

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.vscode/settings.json

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"files.readonlyInclude": {
3+
"syntaxes/c3.tmLanguage.json": true
4+
}
5+
}

0 commit comments

Comments
 (0)