Leaf Garland
Leaf Garland
I'm using cljfmt via clojure-lsp, and I can set regex rules using `#re ".*"` note the `#re` tag. Not sure if this is done by clojure-lsp or cljfmt.
@or one example I have that removes the comma is ```clj (->> [] (map identity ,)) ``` It's likely related to removing leading/trailing whitespace?
I think that is a typo in the docs, you can use > dogsheep-photos apple-photos photos.db
Ahh, that might be because macOS Big Sur has changed the structure of the photos db. Might need to wait for a later release, there is a PR which adds...
Yes it is possible but only by adding new syntax matches to this syntax. Essentially that means defining regex patterns that will match those class and method names.
Hi @Zabanaa, a good place to start with any vimscript learnings is Steve Losh's [Learn Vimscript the Hardway](http://learnvimscriptthehardway.stevelosh.com/). There are two chapters in there on syntax highlighting. Also the built-in...
Hi @chaucerbao do you use a tsx syntax like `ianks/vim-tsx`? I'd like to know how this affects using, not using that.
Nice work, thanks. I'll double check on my setup and merge if no issues.
I tried this out with mxw/vim-jsx and some syntax highlighting broke. It looked like once it got inside a jsxRegion it never came out and the rest of the file...
Thanks, will take a look - do you have an example source text?