raspu / Highlightr

iOS & OSX Syntax Highlighter.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Objective-C usage

Aft3rmathpwnz opened this issue · comments

Hi, is it possible to use Highlightr with Objective-C? I created sample project in which added to pod file ios-charts and Highlightr (both in swift, using use_frameworks!), and I am able to @import Charts; and use its classes unlike Highlightr.

Hi @Aft3rmathpwnz, the latest release doesn't support objc, sorry about that. But #14 is actually about this, so probably you'll see it in the near future.

Thanks for response, @raspu ! Can I mark some previous version in pod file to use it in objective-c? if so, which version should I use? Thanks again!

Sorry, no, this is a new feature.

Hi, is it possible to use Highlightr with Objective-C? I created sample project in which added to pod file ios-charts and Highlightr (both in swift, using use_frameworks!), and I am able to @import Charts; and use its classes unlike Highlightr.

You can try my objc port https://github.com/cntrump/HighlightrObjC