Skip to content

Commit

Permalink
Include cpp_posix_standard to README
Browse files Browse the repository at this point in the history
  • Loading branch information
Cataldo authored and octol committed Nov 14, 2019
1 parent ae7a851 commit 27e0ffc
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Expand Up @@ -28,6 +28,11 @@ Highlighting of class names in declarations is disabled by default. To enable se
let g:cpp_class_decl_highlight = 1
```

Highlighting of POSIX functions is disabled by default. To enable set
```vim
let g:cpp_posix_standard = 1
```

There are two ways to highlight template functions. Either
```vim
let g:cpp_experimental_simple_template_highlight = 1
Expand Down

0 comments on commit 27e0ffc

Please sign in to comment.