Chromatism
Chromatism copied to clipboard
iOS Syntax Highlighting in Swift
i need a demo to use it
I have a requirement. I need highlight my JSON output inside the textview, but textview seems not support horizontally scroll. Because I want show a string completely in one line,...
Briefly looked at highlight.js - seems doable.
Have barely looked at it, but it seems like [tree-sitter/tree-sitter](https://github.com/tree-sitter/tree-sitter) does everything I aimed for (and struggled with) when building Chromatism (Incremental parsing e.t.c). Perhaps a swift wrapper could be...
Steps to reproduce: 1. Type: function main { __line1; 2. Press Enter. Auto indentation won't work.
I am having an issue using storyboards with this library. I set the class of one of my VC's to JLTextViewController, but I have 2 separate views in my VC...
I think in most files (if not all) you don't need to import UIKit. It should be enough to import Foundation. Then this code could also be used on the...
Here is the data that it being inserted into the JLTextView (in string form): ``` objc // IDEDetailViewController.h // UnicornIDE // // Created by Andrew H on 10/1/13. // Copyright...
Hello Anviking. This is nice project. Have you tested with iOS8? After build and run on iOS8 when I try to place the caret right after the Text Edit receive...