jonschlinkert / sublime-monokai-extended

Extends Monokai from Soda with additional syntax highlighting for Markdown, LESS, HTML, Handlebars and more.
https://github.com/jonschlinkert
MIT License
514 stars 91 forks source link

Problem with $XXXX hexadecimal numbers #86

Closed mojontwins closed 7 years ago

mojontwins commented 7 years ago

Hello

First of all, my excuses if the issue isn't at all related to monokai extended. I guess it may be as I've been given the advice to use monokai extended to work with markdown. If it's not, apologies.

I'm writing .md documents and I've found a problem whenever I enter a hexadecimal number in the $XXXX format, which is a pretty common practice specially if you are referencing assembly listings (which I am). Syntax is off from that onwards, I don't know if there's a workaround for this?

Something like "this is a block of text which references something which is located at address $8000 in the CPU address space". Everything goes haywire from the "$" onwards.

Screenshot

jonschlinkert commented 7 years ago

sorry for the late reply. did you ever find a solution to this? I was not able to reproduce, I tried a bunch of different configurations with this plugin and others and didn't see this happen. My guess is that something before that line is actually the cause of the problem, but it's only manifesting there.

I'm going to go ahead and close, since it seems like this is something unrelated to this lib, but please feel free to reopen if you have any more info.