nixpig
nixpig
Also needed this and currently working on implementing. I'm happy to submit a PR when it's ready, if contributions are welcome?
Cool, thanks for the feedback. I'll get those changes implemented.
Just wanted to confirm the expected behaviour for a few scenarios: | Scenario | Fonts available on system | Terminal font | Title font | |-|-|-|-| | No font specified...
@clason @caarlos0 ~Not sure if I'm maybe missing something~, but following this merge a number of tests now fail, specifically: - examples: Glow - all: Display - all: Copy Paste...
Not sure how I reached the conclusion that simply upgrading tree-sitter-cli fixed the broken tests. Looking at it again this morning, it seems the change in output is correct, i.e....
1. `npm install` 2. `npm run generate` 3. `npm test` Any tests using Hide, Show, Copy and Paste fail. For example, the Glow tests in `test/corpus/examples.txt`, the Display and Copy...
PR with proposed fix: #782