mirror of https://github.com/sbt/sbt.git
fix ++ command to not require a space after it
This commit is contained in:
parent
01b27f5875
commit
4a5a64a8f0
|
|
@ -27,7 +27,7 @@ trait Parsers
|
|||
if(DefaultParsers.matches(ID, s))
|
||||
OpChar | SpaceClass
|
||||
else if(DefaultParsers.matches(Op, s))
|
||||
IDStart | SpaceClass
|
||||
IDChar | SpaceClass
|
||||
else
|
||||
any
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue