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

Golang Support #3

Closed zifre closed 9 years ago

zifre commented 9 years ago

It seems that currently it does not support go.

I'm using { "shell_cmd": "go run $file" } to build the go files.

zifre commented 9 years ago

Found out about the file_regex option in sublime. Sorry for the issue.