mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-08-17 00:00:59 +02:00
cute golf support
This commit is contained in:
parent
662ecf0949
commit
a5c0480962
7 changed files with 220 additions and 31 deletions
|
@ -42,7 +42,7 @@ var regexMap = {
|
|||
'delay': /^delay (\d+)$/,
|
||||
'clear': /^clear($|\s)/,
|
||||
'exit level': /^exit level($|\s)/,
|
||||
'start level': /^start level\s?([a-zA-Z0-9]*)/
|
||||
'level': /^level\s?([a-zA-Z0-9]*)/
|
||||
};
|
||||
|
||||
var parse = function(str) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue