Sung Pae
Sung Pae
Hi @JuniorJPDJ If you mean the `sd-suspend` mkinitcpio hook, then no, not currently, but I do have a private development branch working on it! Since I know you're interested, I'll...
Hi, thanks for the patch! I'll review later this week during the holiday!
Hi @slonoed, Could you provide an example file so I can confirm locally? This is the first I've heard of a serious performance issue with the syntax file.
@rm-hull I do believe that you and @slonoed are having issues, but I don't see them locally. I enjoy debugging performance issues, but I won't be able to do that...
Thanks @morrifeldman Performance is still pretty good on my machine for the linked file, but I can see how scrolling would feel slow on a laptop. I'll have a stab...
Removing the 35 clojureNumber passes for each possible custom radix halves the syntax matching time overall. Please try the following issue branch: https://github.com/guns/vim-clojure-static/tree/issue-77 You can use the new syntax benchmark...
> What does the initial \v do? Makes the pattern "very-magic", so closer to PCRE. See `:help \v` > I assume that %( and ) is a grouping? It is...
@rm-hull > `syntax match clojureSymbol "\v[\a!$&*_+=|?-]+:?[\a\d!#$%&*_+=|'/?-]*[#:]@?-]+%(:?[[:alnum:]!#$%&*_+=|'/?-])*[#:]@
@rm-hull > Actually, it seems like @
Branch `issue-77` now does syntax matching three times faster on average than `master`. There are still a few small optimizations that can be made, and I am in the process...