Skip to content

Commit 3213a80

Browse files
ErikSchierboomkotp
andauthored
🤖 Add file patterns to config.json (exercism#104)
* Add file patterns to config.json file * Add: File patterns to config.json There is currently no exemplar and example files, so using the same example file for both. Co-authored-by: KOTP <[email protected]>
1 parent 33eff5c commit 3213a80

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

‎config.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,20 @@
1515
"indent_size": 4
1616
},
1717
"test_pattern": "\\.vader$",
18+
"files": {
19+
"solution": [
20+
"%{snake_slug}.vim"
21+
],
22+
"test": [
23+
"%{snake_slug}.vader"
24+
],
25+
"example": [
26+
"example.vim"
27+
],
28+
"exemplar": [
29+
"example.vim"
30+
]
31+
},
1832
"exercises": {
1933
"concept": [],
2034
"practice": [

0 commit comments

Comments
 (0)