Skip to content

Commit 2a7a76a

Browse files
authored
feat: add new filename to taskrc schema (SchemaStore#4933)
1 parent d94af77 commit 2a7a76a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/api/json/catalog.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6855,7 +6855,7 @@
68556855
{
68566856
"name": ".taskrc.yaml",
68576857
"description": "Taskfile configuration files",
6858-
"fileMatch": [".taskrc.yaml", ".taskrc.yml"],
6858+
"fileMatch": [".taskrc.yaml", ".taskrc.yml", "taskrc.yaml", "taskrc.yml"],
68596859
"url": "https://taskfile.dev/schema-taskrc.json"
68606860
},
68616861
{

0 commit comments

Comments
 (0)