Skip to content

Commit c19fd11

Browse files
cscheidgordonwoodhull
authored andcommitted
axe is an html-only format
1 parent 65eb960 commit c19fd11

File tree

5 files changed

+18
-1
lines changed

5 files changed

+18
-1
lines changed

src/resources/editor/tools/vs-code.mjs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24992,6 +24992,11 @@ var require_yaml_intelligence_resources = __commonJS({
2499224992
"schema/document-a11y.yml": [
2499324993
{
2499424994
name: "axe",
24995+
tags: {
24996+
formats: [
24997+
"$html-files"
24998+
]
24999+
},
2499525000
schema: {
2499625001
anyOf: [
2499725002
"boolean",

src/resources/editor/tools/yaml/all-schema-definitions.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

src/resources/editor/tools/yaml/web-worker.js

Lines changed: 5 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/resources/editor/tools/yaml/yaml-intelligence-resources.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17964,6 +17964,11 @@
1796417964
"schema/document-a11y.yml": [
1796517965
{
1796617966
"name": "axe",
17967+
"tags": {
17968+
"formats": [
17969+
"$html-files"
17970+
]
17971+
},
1796717972
"schema": {
1796817973
"anyOf": [
1796917974
"boolean",

src/resources/schema/document-a11y.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
- name: axe
2+
tags:
3+
formats: [$html-files]
24
schema:
35
anyOf:
46
- boolean

0 commit comments

Comments
 (0)