Richard Hull

Results 145 comments of Richard Hull

> @rm-hull Thanks for this PR Richard. Looks like we have conflicts. Could you update? Conflicts fixed

i think it would be a stretch to scale the TTF icons into 8x8 pixels .. sounds like it is emanating from FreeType2 (see https://www.freetype.org/freetype2/docs/reference/ft2-error_code_values.html) Might be worth trying again...

The clojureSymbol regex is consistently the top item for me too when running with `:syntime on`. It is particularly bad if I have a long line of text and/or s-expressions,...

Hi, dwelling on: ```vim syntax match clojureSymbol "\v%([a-zA-Z!$&*_+=|?-]|[^\x00-\x7F])+%(:?%([a-zA-Z0-9!#$%&*_+=|'/?-]|[^\x00-\x7F]))*[#:]@?-]+:?[\a\d!#$%&*_+=|'/?-]*[#:]@?-]+:?[a-z 0.008964 1802 1703 0.000044 0.000005 clojureError ]\|}\|) 0.003346 450 38 0.000035 0.000007 clojureNumber \v

Urgh, I was getting frustrated searching google for for details on \v, %(, etc ... I didn't even consider the built-in docs... Oh well :) Is there a \u (or...

I've been testing syntime with client.clj (from https://github.com/http-kit/http-kit/blob/master/src/org/httpkit/client.clj) and this clearly taxes the `clojureSymbol` more than the generate.clj file - it is accounting for ~65% (= 0.051640 / 0.079156) of...

Actually, it seems like `@ \@ Matches with zero width if the preceding atom does NOT match just > before what follows. Thus this matches if there is no position...

@guns Oh, I should say all the ponderings/investigations of `clojureSymbol` are with your issue77 branch changes applied

@guns - any thoughts as to when that branch will get merged into master?

@TylerBrock any appetite for merging this?