Skip to content

Commit

Permalink
Format track config.json (#185)
Browse files Browse the repository at this point in the history
  • Loading branch information
BNAndras authored Oct 22, 2023
1 parent daaf231 commit 4541f04
Showing 1 changed file with 20 additions and 23 deletions.
43 changes: 20 additions & 23 deletions config.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@
]
},
"exercises": {
"concept": [],
"practice": [
{
"slug": "etl",
Expand Down Expand Up @@ -108,8 +107,7 @@
"uuid": "b8bc605a-527d-48d3-9963-a8325be122c1",
"practices": [],
"prerequisites": [],
"difficulty": 1,
"topics": []
"difficulty": 1
},
{
"slug": "bob",
Expand Down Expand Up @@ -247,7 +245,7 @@
"booleans",
"conditionals",
"logic"
]
]
},
{
"slug": "word-count",
Expand Down Expand Up @@ -293,7 +291,7 @@
"practices": [],
"prerequisites": [],
"difficulty": 4,
"topics": [
"topics": [
"dict",
"parsing",
"strings"
Expand All @@ -315,50 +313,49 @@
}
]
},
"concepts": [],
"key_features": [
{
"icon": "extensible",
"title": "Extensible",
"content": "Looking for certain functionality? It can be easily created and deployed."
"content": "Looking for certain functionality? It can be easily created and deployed.",
"icon": "extensible"
},
{
"icon": "tooling",
"title": "Deep Vim integration",
"content": "Productivity win! Access and manipulate Vim internal data structures and settings with ease."
"content": "Productivity win! Access and manipulate Vim internal data structures and settings with ease.",
"icon": "tooling"
},
{
"icon": "expressive",
"title": "Expressive syntax",
"content": "Do a lot with a little. Write compact scripts that are highly readable."
"content": "Do a lot with a little. Write compact scripts that are highly readable.",
"icon": "expressive"
},
{
"icon": "multi-paradigm",
"title": "Multi-paradigm",
"content": "Supports writing imperatively or functionally."
"content": "Supports writing imperatively or functionally.",
"icon": "multi-paradigm"
},
{
"icon": "interop",
"title": "Highly interoperable",
"content": "Access files, shells, & other programs. All the power of external tooling without leaving Vim."
"content": "Access files, shells, & other programs. All the power of external tooling without leaving Vim.",
"icon": "interop"
},
{
"icon": "concurrency",
"title": "Event-driven programming",
"content": "Automatic code execution based on certain events or conditions like file opens or buffer saves."
"content": "Automatic code execution based on certain events or conditions like file opens or buffer saves.",
"icon": "concurrency"
}
],
"tags": [
"execution_mode/interpreted",
"paradigm/functional",
"paradigm/imperative",
"paradigm/object_oriented",
"typing/dynamic",
"typing/weak",
"execution_mode/interpreted",
"platform/windows",
"platform/mac",
"platform/linux",
"platform/mac",
"platform/windows",
"runtime/language_specific",
"typing/dynamic",
"typing/weak",
"used_for/scripts"
]
}

0 comments on commit 4541f04

Please sign in to comment.