You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was just thinking about this - and hey, most recent issue!
It would also be cool if appropriate highlighting could be inferred for text blocks following certain functions like pkgs.writeShellScriptBin and pkgs.writePython3Bin, without requiring a comment.
There are mmm-mode, polymode, etc. which let you configure mixed modes, but their behaviors are sometimes a bit awkward. I have worked on TypeScript (with React JSX in it) in Emacs, and tree-sitter is the best option for highlighting mixed modes.
In LnL7/vim-nix#28, there is support for highlighting code within nix
lines
, using inline comments before the opening''
, likeI would love to have this. The two should be compatible, as @LnL7 mentions in LnL7/vim-nix#28 (comment), so we should coördinate.
The text was updated successfully, but these errors were encountered: