bblanchon / SublimeText-HighlightBuildErrors

👻 A plugin for Sublime Text 3 that highlights the lines that caused errors in the build
https://sublime.wbond.net/packages/Highlight%20Build%20Errors
MIT License
12 stars 7 forks source link

Handle regex where column group is conditional. #23

Closed agrenott closed 8 years ago

agrenott commented 8 years ago

This avoids TypeError as None cannot be converted into int. Fix for such regex: "fileregex": "^(U:/..[^:]):([0-9]+):?([0-9]+)?:? (._)$",

bblanchon commented 8 years ago

Awesome! Please add your name to the list of contributors before I merge this.

agrenott commented 8 years ago

Just updated the PR. Thx!