SyntaxKit
SyntaxKit copied to clipboard
TextMate-style syntax highlighting
This should fix #5 and make the framework usable for production. Uses or closes #5, #10, #11, #15 and #16. ### Major changes - It works, parsing actually produces results...
A clean clone of the repo won't build, since it depends on https://github.com/soffes/x. I'm not really a Carthage person, so I can't speak to whether the actual correct solution is...
Slow parsing
I'm using [this `.tmLanguage`](https://github.com/textmate/latex.tmbundle/blob/master/Syntaxes/LaTeX.plist) (it is latex). The parsing of the following text is very long (more than 1 minute). Is there a problem? Thanks ``` %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %% %%...
Looks like the swift2 branch on [soffes/X](https://github.com/soffes/X) was deleted, which broke this. Cartfile: ``` github "soffes/SyntaxKit" "master" ``` terminal: ``` $ carthage update *** Fetching X Failed to check out...
Hi, I was playing around with initial setup of the library. It seems like the library recognises only a subset of the syntax (while the same file opened in TextMate...
A little copying is better than a little dependency - Robe Pike