You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: vscode.tmLanguage.schema.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -842,7 +842,7 @@
842
842
"default": { }
843
843
},
844
844
"items": {
845
-
"markdownDescription": "An array of `\"captures\"` is not officially supported by VSCode TextMate \nBut still happens to work because JavaScript's for-in works with both object (keys) array (indexes)",
845
+
"markdownDescription": "An array of `\"captures\"` is not officially supported by VSCode TextMate \nBut still happens to work because JavaScript's for-in works with both object (keys) and array (indexes)\n It is **not** supported by TextMate 2.0 or Github-Linguist",
0 commit comments