equal
deleted
inserted
replaced
23 syntax match specPassed /^- .*/ contains=specFailed,specPending |
23 syntax match specPassed /^- .*/ contains=specFailed,specPending |
24 highlight link specPassed MoreMsg |
24 highlight link specPassed MoreMsg |
25 |
25 |
26 " Pending specs (specdoc output) |
26 " Pending specs (specdoc output) |
27 " |
27 " |
28 syntax match specPending /.*PENDING: Not Yet Implemented)/ contained |
28 syntax match specPending /.*PENDING: .*)$/ contained |
29 highlight link specPending Function |
29 highlight link specPending Function |
30 " |
30 " |
31 " (Plain output) |
31 " (Plain output) |
32 syntax match specPendingPlain /P/ contained |
32 syntax match specPendingPlain /P/ contained |
33 highlight link specPendingPlain Function |
33 highlight link specPendingPlain Function |