Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Two small syntax highlighting problems #10

Closed
lordmulder opened this issue Dec 26, 2014 · 3 comments
Closed

Two small syntax highlighting problems #10

lordmulder opened this issue Dec 26, 2014 · 3 comments

Comments

@lordmulder
Copy link

  1. If I use *foo bar* to create italic text or **foo bar** to create bold text, then currently only the first word will be highlighted properly, all other words are NOT highlighted correctly.
  2. If I create a web-link like [text](http://example.com/document.html#some_anchor) then the whole line, starting at the the # character, will appear in bright orange!
@kannanekanath
Copy link

+1 I'd like the boldface issue fixed too!

@Edditoria
Copy link
Owner

Thanks for issue these.

  1. I intended to do it. I tried to make foo bar possible. However, there will be a bigger problem when you mix some codes in the file. E.g.:

    * unorder list ` a = 1 * 1`
    * unorder list ` b = 2 ** 2`
    * then I cried
    
  2. The # bug was occurred in UDL version 2.1 . This is fixed.

Please update NPP and this repo for a test. If you can fix problem (1).

Thanks!

@Edditoria
Copy link
Owner

I believe this issue is fixed by "modern build". Not a perfect solution but it works with little compromise.

Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants