Add syntax highlighting to contribution guide.
This commit is contained in:
parent
13169b2477
commit
cbe90d9d23
@ -22,6 +22,7 @@ Following the coding conventions/styles used in the syntastic core:
|
|||||||
The preferred style for error format strings is one "clause" per line. E.g.
|
The preferred style for error format strings is one "clause" per line. E.g.
|
||||||
(from the coffeelint checker):
|
(from the coffeelint checker):
|
||||||
|
|
||||||
|
```viml
|
||||||
let errorformat = '%E%f:%l:%c: %trror: %m,' .
|
let errorformat = '%E%f:%l:%c: %trror: %m,' .
|
||||||
\ 'Syntax%trror: In %f\, %m on line %l,' .
|
\ 'Syntax%trror: In %f\, %m on line %l,' .
|
||||||
\ '%EError: In %f\, Parse error on line %l: %m,' .
|
\ '%EError: In %f\, Parse error on line %l: %m,' .
|
||||||
@ -31,5 +32,4 @@ The preferred style for error format strings is one "clause" per line. E.g.
|
|||||||
\ '%E%f(%l): SyntaxError: %m,' .
|
\ '%E%f(%l): SyntaxError: %m,' .
|
||||||
\ '%-Z%p^,' .
|
\ '%-Z%p^,' .
|
||||||
\ '%-G%.%#'
|
\ '%-G%.%#'
|
||||||
|
```
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user