File | Lines added | Lines deleted |
---|---|---|
README.md | 1 | 1 |
File README.md changed (mode: 100644) (index 730e010..238ea71) | |||
... | ... | in column 1 the preamble will not be recognized. | |
33 | 33 | For automatic folding, add a line to your .vimrc file, such as: | For automatic folding, add a line to your .vimrc file, such as: |
34 | 34 | ||
35 | 35 | ```vim | ```vim |
36 | call Preamble#Enable('c,cpp,cs,py') | ||
36 | call Preamble#Enable('c,cpp,csharp,python') | ||
37 | 37 | ``` | ``` |
38 | 38 | ||
39 | 39 | For more info on usage and options, use: | For more info on usage and options, use: |