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 5
5
- add "guards" for the autoload files
6
6
- add syntax highlighting for files in FILES manpage section
7
7
- syntax highlighting for environment variables in ENVIRONMENT manpage section
8
+ - syntax bugfix: url's can't contain tab characters
8
9
9
10
### v0.1.0, Jan 24, 2015
10
11
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
10
10
syntax match manTitle ' ^\(\f\| :\)\+ ([0-9nlpo][a-z]*).*'
11
11
syntax match manSectionHeading ' ^[a-z][a-z0-9& ,.-]*[a-z]$'
12
12
syntax 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/]`
14
14
syntax match manEmail ' <\? [a-zA-Z0-9_.+-]\+ @[a-zA-Z0-9-]\+\. [a-zA-Z0-9-.]\+ >\? '
15
15
syntax match manHighlight + `.\{ -}''\? +
16
16
You can’t perform that action at this time.
0 commit comments