Tony Zorman

Results 28 issues of Tony Zorman

Somewhat closes https://github.com/NixOS/nix-mode/issues/57 Basically, this change unifies `nix-indent-line` with SMIE, in that it uses the latter most of the time, only falling back to hand-baked indentation functions when SMIE would...

The code ``` haskell triggersUseMap :: Foldable f => f a -> [a] triggersUseMap = foldr (\k acc -> identity k : acc) [] -- to get rid of "Avoid...

good first issue

It's—quite literally—"a programming language" :)

BQN is an array language in the spirit of APL/J/K; [website here](https://mlochbaum.github.io/BQN/)

It seems like https://github.com/emacs-lsp/lsp-mode/issues/4362 didn't get any traction, so I'm following what was discussed in https://github.com/emacs-lsp/lsp-haskell/issues/151 and am creating an individual PR here instead. Before: ![2024-08-17-144642_1108x206_scrot](https://github.com/user-attachments/assets/7670cea0-0e98-4ac9-b252-ead64c35bdae) After: ![2024-08-17-144117_903x177_scrot](https://github.com/user-attachments/assets/b366e763-24fe-49c7-bf62-3aad913078e5) --- ###...

`\w` matches all alphanumeric Unicode characters, including ones (e.g., 𝕊) that BQN treats special. This is especially troublesome for variables; previously, something like 𝕊i would have returned (Token.Operator, '𝕊'), (Token.Error,...

Hi, I've written a [small package](https://github.com/slotThe/change-inner) that ports vim's `ci` and `ca` functionality to Emacs; quoting from the readme, given a function like function test() { return "semantic| kill"; }...

- [x] Check [common issues](https://katex.org/docs/issues.html). - [x] Check the bug is reproducible in [the demo](https://katex.org). If not, check KaTeX is up-to-date and installed correctly. - [x] Search for [existing issues](https://github.com/KaTeX/KaTeX/issues)....

bug