Skip to content

Commit 6ea4210

Browse files
authored
Add deepmatch schema (SchemaStore#5472)
* Add schema for DeepMatch deeplinks configuration files * Adjust filematch to cover any depth --------- Co-authored-by: aouledissa <dev@aouledissa.com>
1 parent 6b32be7 commit 6ea4210

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

src/api/json/catalog.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1632,6 +1632,17 @@
16321632
],
16331633
"url": "https://raw.githubusercontent.com/k1LoW/deck/refs/heads/main/schema.yml"
16341634
},
1635+
{
1636+
"name": "DeepMatch deeplinks spec",
1637+
"description": "DeepMatch deeplinks YAML configuration file",
1638+
"fileMatch": [
1639+
"**/.deeplinks.yml",
1640+
"**/*.deeplinks.yml",
1641+
"**/.deeplinks.yaml",
1642+
"**/*.deeplinks.yaml"
1643+
],
1644+
"url": "https://raw.githubusercontent.com/aouledissa/deep-match/main/schemas/deeplinks.schema.json"
1645+
},
16351646
{
16361647
"name": "Dein Config",
16371648
"description": "Dein.vim, a Vim/Neovim plugin manager",

0 commit comments

Comments
 (0)