File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 55- add "guards" for the autoload files
66- add syntax highlighting for files in FILES manpage section
77- syntax highlighting for environment variables in ENVIRONMENT manpage section
8+ - syntax bugfix: url's can't contain tab characters
89
910### v0.1.0, Jan 24, 2015
1011
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ syntax match manReference '\<\zs\(\f\|:\)\+(\([nlpo]\|\d[a-z]*\)\?)\ze\(\W
1010syntax match manTitle ' ^\(\f\| :\)\+ ([0-9nlpo][a-z]*).*'
1111syntax match manSectionHeading ' ^[a-z][a-z0-9& ,.-]*[a-z]$'
1212syntax match manHeaderFile ' \s\z s<\f\+\. h>\z e\(\W\| $\) '
13- syntax match manURL ` \v <(((https?|ftp|gopher)://|(mailto|file|news):)[^' <>"]+|(www|web|w3)[a-z0-9_-]*\. [a-z0-9._-]+\. [^' <>"]+)[a-zA-Z0-9/]`
13+ syntax match manURL ` \v <(((https?|ftp|gopher)://|(mailto|file|news):)[^' <>"]+|(www|web|w3)[a-z0-9_-]*\. [a-z0-9._-]+\. [^' <>"]+)[a-zA-Z0-9/]`
1414syntax match manEmail ' <\? [a-zA-Z0-9_.+-]\+ @[a-zA-Z0-9-]\+\. [a-zA-Z0-9-.]\+ >\? '
1515syntax match manHighlight + `.\{ -}''\? +
1616
You can’t perform that action at this time.
0 commit comments