2 Commits
Author SHA1 Message Date
yfwmaniish 0bfcb582e7 docs: add correct Arch Linux install path
The Arch Linux package installs to
/usr/share/zsh/plugins/zsh-syntax-highlighting/, not
/usr/share/zsh-syntax-highlighting/ as the generic "most Linux
distributions" instructions say -- verified against the package's
current file listing on archlinux.org. Added a dedicated Arch bullet
alongside the existing NetBSD/OpenBSD and Homebrew ones, in both
places the distro-specific paths are given.

Fixes #967
2026-09-17 10:40:42 +00:00
Manish Tiwari 2fc57d6306 tests: fix relative links in tests/README.md
test-highlighting.zsh and test-perfs.zsh were linked as tests/test-*.zsh,
but this file already lives in tests/, so the links resolved to
tests/tests/test-*.zsh and 404'd. Found by pointing a markdown
link-checker at the repo.
2026-08-21 21:19:05 -05:00