Skip to content

Commit 9800b70

Browse files
committed
docs: update language definition files
- 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.
1 parent a46651b commit 9800b70

File tree

3 files changed

+9
-7
lines changed

3 files changed

+9
-7
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,12 @@ There are 3 conditions in which a language is officially supported:
6161
2. The language is not defined in the `skip-languages` config file; and
6262
3. The language config has either `lineComment` or `blockComment` keys defined.
6363

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:
67+
68+
- [Multi-line languages](https://github.com/yCodeTech/auto-comment-blocks/blob/master/auto-generated-language-definitions/multi-line-languages.json)
69+
- [Single-line languages](https://github.com/yCodeTech/auto-comment-blocks/blob/master/auto-generated-language-definitions/single-line-languages.json)
6570

6671
---
6772

auto-generated-language-definitions/multi-line-languages.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,5 @@
3030
"typescript",
3131
"typescriptreact"
3232
],
33-
"customSupportedLanguages": [
34-
"blade",
35-
"html"
36-
]
33+
"customSupportedLanguages": []
3734
}

auto-generated-language-definitions/single-line-languages.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
"git-commit",
1212
"git-rebase",
1313
"github-actions-workflow",
14-
"http",
1514
"ignore",
1615
"julia",
1716
"makefile",
@@ -58,7 +57,8 @@
5857
],
5958
";": [
6059
"clojure",
61-
"ini"
60+
"ini",
61+
"wat"
6262
]
6363
},
6464
"customSupportedLanguages": {}

0 commit comments

Comments
 (0)