Skip to content

Commit c8ab6fb

Browse files
authored
Update catalog.json (#5641)
1 parent 442dcf7 commit c8ab6fb

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

src/api/json/catalog.json

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -702,6 +702,19 @@
702702
"0.9": "https://raw.githubusercontent.com/ClementTsang/bottom/main/schema/v0.9/bottom.json"
703703
}
704704
},
705+
{
706+
"name": "Bpod Finite-State Machine",
707+
"description": "Definition of a Bpod Finite-State Machine",
708+
"fileMatch": [
709+
"*.bpod-fsm.json",
710+
"*.bpod-fsm.yaml",
711+
"*.bpod-fsm.yml",
712+
"bpod-fsm.json",
713+
"bpod-fsm.yaml",
714+
"bpod-fsm.yml"
715+
],
716+
"url": "https://raw.githubusercontent.com/int-brain-lab/bpod-core/main/.schema/statemachine.json"
717+
},
705718
{
706719
"name": "buf.yaml",
707720
"description": "buf.yaml is used to define a module. It's the primary configuration file, and is responsible for the module's name, dependencies, and lint and breaking configuration",

0 commit comments

Comments
 (0)