Release fluent.pygments 1.1? or 2.0?
GetPsyched opened this issue · 7 comments
The fluent.pygments hasn't got an update in over 2.5 years. It's still version 1.0 in PyPI as well as here, even though there has been an update to it after that release.
Is there a reason for this?
Hey, any updates on this?
The changes to fluent.pygments since its 1.0 release have been entirely stylistic, as it's just a thin wrapper on top of fluent.syntax. So there hasn't been any need to release a new update since then.
Oh, that makes sense.
One more thing, is fluent.pygments used within fluent.syntax or fluent.runtime?
No; fluent.pygments depends on fluent.runtime, though.
Okay, thanks!
No;
fluent.pygmentsdepends onfluent.runtime, though.
But setup.cfg says it depends on fluent.syntax?
python-fluent/fluent.pygments/setup.cfg
Lines 8 to 10 in bc5b0e5
Oh, drat, sorry, yes, it depends on fluent.syntax and not fluent.runtime. Which is what I meant to write earlier, but clearly didn't.