Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on Sep 20, 2023. It is now read-only.

Commit cbe90d9

Browse files
committed
Add syntax highlighting to contribution guide.
1 parent 13169b2 commit cbe90d9

1 file changed

Lines changed: 11 additions & 11 deletions

File tree

CONTRIBUTING.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -22,14 +22,14 @@ Following the coding conventions/styles used in the syntastic core:
2222
The preferred style for error format strings is one "clause" per line. E.g.
2323
(from the coffeelint checker):
2424

25-
let errorformat = '%E%f:%l:%c: %trror: %m,' .
26-
\ 'Syntax%trror: In %f\, %m on line %l,' .
27-
\ '%EError: In %f\, Parse error on line %l: %m,' .
28-
\ '%EError: In %f\, %m on line %l,' .
29-
\ '%W%f(%l): lint warning: %m,' .
30-
\ '%W%f(%l): warning: %m,' .
31-
\ '%E%f(%l): SyntaxError: %m,' .
32-
\ '%-Z%p^,' .
33-
\ '%-G%.%#'
34-
35-
25+
```viml
26+
let errorformat = '%E%f:%l:%c: %trror: %m,' .
27+
\ 'Syntax%trror: In %f\, %m on line %l,' .
28+
\ '%EError: In %f\, Parse error on line %l: %m,' .
29+
\ '%EError: In %f\, %m on line %l,' .
30+
\ '%W%f(%l): lint warning: %m,' .
31+
\ '%W%f(%l): warning: %m,' .
32+
\ '%E%f(%l): SyntaxError: %m,' .
33+
\ '%-Z%p^,' .
34+
\ '%-G%.%#'
35+
```

0 commit comments

Comments
 (0)