Christian Clason

Results 1786 comments of Christian Clason

Indeed. (Although right now, the required workflows do not distinguish between the kind of PR, so it _does_ need to be run at least once in order to be able...

Yes. For reasons. (Technical reasons that were fixed in tree-sitter; unfortunately, Neovim stable still has the old version without that fix. Nightly is _much_ faster, so this will cease to...

Of course, we could skip that parser on stable if we want to, at the cost of a slight increase in complexity of the test script/workflow.

That has pretty much been addressed (thanks @dundargoc !)

I'm sorry for necro-posting, but I have a similar(?) problem with cleveref that still occurs on v1.1g (2024-10-16) of the firstaid package: ```latex \documentclass{article} \usepackage{amsthm} \usepackage{hyperref} %

Anything I can do to work around this in the meantime? (Students want lecture notes...)

Never mind, found your branch on the hyperref repo (sorry, should have done a better search before commenting here!), and adding your fix to my document class works!

This is won't help you here but mentioning this for the sake of completeness: This (injecting a different language into another) is actually very easy to do with tree-sitter. There's...

Note to self: This will break nvim-treesitter on nightly (and hence CI). (I had hoped to have a bit more time for migrating to the post-0.11 world...)

First patch release is usually a good point to assume most people will have updated. I might also just shove in a quick&dirty "reverse compatibility" shim (extracted from the removed...