jonschlinkert / sublime-markdown-extended

Top 100 Sublime Text plugin! Markdown syntax highlighter for Sublime Text, with extended support for GFM fenced code blocks, with language-specific syntax highlighting. YAML Front Matter. Works with ST2/ST3. Goes great with Assemble.
https://github.com/jonschlinkert
MIT License
660 stars 96 forks source link

Fixed a bug with images matching the wrong end punctuation #30

Closed oliverseal closed 10 years ago

oliverseal commented 10 years ago

This is kinda two things in one.

jonschlinkert commented 10 years ago

awesome! thanks for this.

Should I close #16? I don't write objc so I'll let you be the judge of whether or not this satisfies that request.

thanks again!

oliverseal commented 10 years ago

The support for it is up for debate. The support for Objective-C I had in mind is really just for main keywords (e.g. NSString, NSArray, #include, etc.) and basic syntax.

Stuff like

```objc
- (NSString*) basicClass: (NSArray*) definition;

works just fine.

But more complex things...

Well... The built-in syntax highlighting contexts can be a problem for itself.

Basically just don't use @implementation or @interface in a code block and it will probably be fine.

screenshot - 11062013 - 01 16 03 pm

(Note this is the Tech49 theme so it might look a little weird against github's white background.)