feat(ftplugin): treesitter default highlighting for markdown

This commit is contained in:
Christian Clason
2026-02-16 18:13:58 +01:00
committed by Christian Clason
parent 17d126049a
commit dcbe5bdd96
6 changed files with 248 additions and 187 deletions

View File

@@ -48,7 +48,7 @@ If your system does not have the required glibc version, try the (unsupported) [
1. Download **nvim-linux-x86_64.appimage**
2. Run `chmod u+x nvim-linux-x86_64.appimage && ./nvim-linux-x86_64.appimage`
- If your system does not have FUSE you can [extract the appimage](https://github.com/AppImage/AppImageKit/wiki/FUSE#type-2-appimage):
```
```bash
./nvim-linux-x86_64.appimage --appimage-extract
./squashfs-root/usr/bin/nvim
```
@@ -66,7 +66,7 @@ If your system does not have the required glibc version, try the (unsupported) [
1. Download **nvim-linux-arm64.appimage**
2. Run `chmod u+x nvim-linux-arm64.appimage && ./nvim-linux-arm64.appimage`
- If your system does not have FUSE you can [extract the appimage](https://github.com/AppImage/AppImageKit/wiki/FUSE#type-2-appimage):
```
```bash
./nvim-linux-arm64.appimage --appimage-extract
./squashfs-root/usr/bin/nvim
```