hvesalai / emacs-sbt-mode

An emacs mode for interacting with scala sbt and projects
GNU General Public License v3.0
126 stars 38 forks source link

Support sbt 1.1.1 prompt #133

Closed hvesalai closed 6 years ago

hvesalai commented 6 years ago

Newest versions of sbt have different shellPrompt regex. Where the prompt used to have blocks around it, there is none any more.

Example:

sbt:test>
hvesalai commented 6 years ago

The regex is defined in https://github.com/ensime/emacs-sbt-mode/blob/master/sbt-mode-comint.el