Closed deadfoxygrandpa closed 9 years ago
This is apparently an issue with the built in Markdown highlighting present in Sublime Text. Since Evan has talked about customizing the Markdown support in Elm by adding some templating features, I'll eventually need a custom Markdown highlighting definition anyway.
So I may as well do it now to resolve this issue, and then it's in place to easily edit in the future for when Elm's Markdown support changes.
As of 0.14, the markdown syntax is out, so this should all go away :)
Yep, I thought about this too. When are you releasing 0.14?
Tuesday or Wednesday, so really soon!
I just pushed the 0.14 updates, so this issue is no longer relevant.
Awesome, looking forward to using it :)
The following code will get stuck in markdown syntax mode for the rest of the file:
Currently, you need to format it like this to return to Elm syntax highlighting:
I don't know why, because it doesn't seem like it should be happening. I will look into it soon.