deadfoxygrandpa / Elm.tmLanguage

Elm language syntax highlighting and tool integration for ST2/3
https://packagecontrol.io/packages/Elm%20Language%20Support
MIT License
122 stars 27 forks source link

Highlight only the relevant column on build errors, integration with HighlightBuildErrors #93

Closed msjyoo closed 8 years ago

msjyoo commented 8 years ago

Hello,

For some reason, the column highlighting feature does not seem to work.

screenshot from 2016-02-23 23 51 21

It should only highlight the keyword "Increment"? I think it has something to do with the way regex is set up in the integration with HighlightBuildErrors, but I can't be sure.

I have seen https://github.com/bblanchon/SublimeText-HighlightBuildErrors/issues/1, but obviously it is not working for me.

I've just started using sublime text for Elm, and I'm not sure how to go on about debugging this issue.

Thanks!

msjyoo commented 8 years ago

Also, I get an annoying popup with the column number if I hover over the red highlight, which I don't know how to disable :(