elm-community / SublimeElmLanguageSupport

Elm language syntax highlighting and tool integration for ST2/3.

Home Page:https://packagecontrol.io/packages/Elm%20Language%20Support

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Syntax highlighting for 0.17 still broken with the new version, on Manjaro Linux

SandiCat opened this issue · comments

commented

screenshot from 2016-07-29 20-20-01

If I change the first line to module SvgUtil where, it works as usual. The monkeypatched version of the pre-adoption version worked just fine.

I’m not able to reproduce this with the current version. Is this still a problem for you, @SandiDusic?

commented

Yeah, after a few reinstalls and a Sublime upgrade. What info can I provide to help?

@SandiDusic Are you positive you’re using an up-to-date version of the package? I just typed some of your code in to see how it behaved, and as you can see the syntax highlighting is working fine:

untitled_ _culture_amp

I suggest deleting your copy of the package and re-installing it using Package Control to make sure you get an up-to-date (and auto-updated) version.

commented

Are you positive you’re using an up-to-date version of the package?

Yes, because I'm seeing some new features.

I suggest deleting your copy of the package and re-installing it using Package Control to make sure you get an up-to-date (and auto-updated) version.

I have.

It is a curious error. Right now I have the new version running with the monkeypatch for the old version applied, which seems to fix all the problems. Presumably I'm the only person with this behavior so I would sweat it.

commented

I was getting my package from a beta-testing repository, which hosted the old version. Removing that repository (through the command palette) made sublime pull the new package from the official repository, fixing my problems.

@SandiDusic Thanks for following up! Always good to have a mysterious issue closed. 👍