diff options
Diffstat (limited to 'main/lex.go')
| -rw-r--r-- | main/lex.go | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/main/lex.go b/main/lex.go index da517cc..0bcdaec 100644 --- a/main/lex.go +++ b/main/lex.go @@ -180,7 +180,7 @@ func lexCommand(l *lexer) stateFunc {  	case '}':  		l.emit(TokenRBrace)  		return lexCommand -	case 's', 'S', 'M': +	case 's', 'S', 'M', 'r':  		l.emit(TokenCommand)  		return lexSubstitution  	case 'x', 'X', 'y', 'Y', 'z', 'Z', 'n', 'N': | 
