zdharma-continuum / fast-syntax-highlighting

Feature-rich syntax highlighting for ZSH
BSD 3-Clause "New" or "Revised" License
1.06k stars 76 forks source link

feat(whatis): recognize section suffix #45

Closed memchr closed 1 year ago

memchr commented 1 year ago

Description

fast-syntax-highlighting now recognizes manual subsection suffixes such as open.2, ls.1p, printf.3 and highlight them correctly.

man-db is known to support subsection suffix. mandoc should not be affected by this commit.

Motivation and Context

manpage with subsection suffix is highlighted as error.

Related Issue(s)

Usage examples

How Has This Been Tested?

Tested with

Types of changes

Checklist: