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
- Update auto-supported definition files for the VScode default languages.
- Remove custom-supported languages.
- Added links to the definition files in README to view all auto-supported VScode default languages.
Copy file name to clipboardExpand all lines: README.md
+6-1Lines changed: 6 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -61,7 +61,12 @@ There are 3 conditions in which a language is officially supported:
61
61
2. The language is not defined in the `skip-languages` config file; and
62
62
3. The language config has either `lineComment` or `blockComment` keys defined.
63
63
64
-
Most of the officially VScode-supported languages (as defined in the [docs](https://code.visualstudio.com/docs/languages/identifiers#_known-language-identifiers)) pass these conditions.
64
+
Most of the officially VScode default languages (as defined in the [docs](https://code.visualstudio.com/docs/languages/identifiers#_known-language-identifiers)) pass these conditions.
65
+
66
+
For a full list of auto-supported VScode default languages, please view the auto-generated definition files:
0 commit comments