Tim Pope

Results 754 comments of Tim Pope

I meant to say `msg.err`. What are the full contents of `msg.err`? You can use `let err = 'Clojure: ' . json_encode(msg)` to check.

Do you have a particular use case? I actually found `c!` to be less useful than I expected.

Maybe, but that also raises the question of where to put the comment. Presentation is an interesting use case. I'll keep it in mind.

What does the Vim side of this entail? Remapping space and twiddling `'showmode'`?

Both of these make me squeamish. Then again, it's probably pretty easy to rig up yourself, no? Start with ``` echo foreplay#evalparse("(-> #'map meta :arglists pr-str)") ```

Been on the fence about this proprietary extension but I guess it's been requested enough that I'll go for it. Let's rename the group to `@liquidJson`.

Wrap those in a `if b:liquid_subtype ==# 'html'` and it's probably fine, as CSS and JavaScript syntax highlighting already gets indirectly loaded in that case anyways. Are they also Shopify...

Is this what you're missing? https://github.com/tpope/vim-liquid/blob/dd5243a34e97c15e1a128b6ec440a0368e583900/ftplugin/liquid.vim#L56

Looks like a `\` was missing. I fixed it.

I think keywords like `schema` should be highlighted. This can be implemented the same way as `highlight`, although untangling how that works might take a bit of doing thanks to...