-
-
Notifications
You must be signed in to change notification settings - Fork 201
Open
Labels
bugSomething isn't workingSomething isn't workinghelp wantedExtra attention is neededExtra attention is needed
Description
I have confirmed that this is a bug related to nvf
- This is a bug, and not an user error or a support request. I understand that my issue will be closed if it is not a bug in nvf.
- I have checked the issues tab and confirmed that my issue has not yet been reported. I understand that my issue will be closed if it is a duplicate.
Description
Markdown Codeblocks only render when set to yaml not when set to yml
Installation Method
Standalone (flake outputs, nix profile install, etc.)
Installation Method (Other)
No response
nvf Version
main
Reproduction steps
- Activate yml TS support
- write something like this in a markdown file
```yaml
hello:
bam: 1
bazz: bazz
```
```yml
hello:
bam: 1
bazz: bazz
```- Only One is highlighted
Expected behavior
aliases like yml for yaml are also hiughlighted.
I also noticed that zsh doesnt render as sh
Actual Behavior
Only the "real" language ID renders colors
System Information
nix-info --markdown
- system: `"x86_64-linux"`
- host os: `Linux 6.12.66, NixOS, 25.11 (Xantusia), 25.11.20260128.fa83fd8`
- multi-user?: `yes`
- sandbox: `yes`
- version: `nix-env (Nix) 2.31.2`
- channels(root): `"nixos-24.11"`
- nixpkgs: `/nix/store/vl17kg85iryyjyf114vkqzskn7s9d5x5-source`Relevant log output
noneReactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workinghelp wantedExtra attention is neededExtra attention is needed