* set ABAP indentation to 2 spaces

* add larshp as maintainer

* set highlightjs_language

* add blurb

* add some tags

* update tags

* add hello-world practice entry

* update
This commit is contained in:
Lars Hvam
2021-10-06 12:10:23 +02:00
committed by GitHub
parent 6b44613943
commit e32b320160
2 changed files with 35 additions and 5 deletions

View File

@@ -8,17 +8,36 @@
"representer": false,
"analyzer": false
},
"blurb": "",
"blurb": "ABAP is a high level programming language created by SAP",
"version": 3,
"online_editor": {
"indent_style": "space",
"indent_size": 4
"indent_size": 2,
"highlightjs_language": "abap"
},
"exercises": {
"concept": [],
"practice": []
"practice": [
{
"slug": "hello-world",
"name": "Hello, World!",
"uuid": "837b21ed-7f1c-45d0-ad9d-c0c8e081b707",
"practices": [],
"prerequisites": [],
"difficulty": 1
}
]
},
"concepts": [],
"key_features": [],
"tags": []
"tags": [
"paradigm/object_oriented",
"paradigm/procedural",
"typing/static",
"typing/strong",
"execution_mode/compiled",
"runtime/language_specific",
"used_for/backends",
"used_for/financial_systems"
]
}

View File

@@ -1,4 +1,15 @@
{
"docs_url": "https://github.com/exercism/docs/blob/main/maintaining-a-track/maintainer-configuration.md",
"maintainers": []
"maintainers": [
{
"github_username": "larshp",
"alumnus": false,
"show_on_website": true,
"name": "Lars Hvam Petersen",
"link_text": null,
"link_url": "https://github.com/larshp",
"avatar_url": null,
"bio": null
}
]
}