nim-lang / nim-mode

An emacs major mode for the Nim programming language
137 stars 46 forks source link

Compile error regex should include colon #232

Open jacereda opened 3 years ago

jacereda commented 3 years ago

On Windows, nim reports errors with a path like c:\Users\.... So, this regex should include :.

https://github.com/nim-lang/nim-mode/blob/16a245e4974d21a6e9e7163e7fbfb50a0bd89f99/nim-compile.el#L175