[docs] Use vim code-block instead of console.
authorSean Silva <silvas@purdue.edu>
Sun, 3 Mar 2013 15:17:35 +0000 (15:17 +0000)
committerSean Silva <silvas@purdue.edu>
Sun, 3 Mar 2013 15:17:35 +0000 (15:17 +0000)
llvm-svn: 176418

clang/docs/ClangFormat.rst

index 9475358..f5c0b4c 100644 (file)
@@ -49,7 +49,7 @@ which can be found under `clang/tools/extra/clang-format/clang-format.py`.
 
 This can be integrated by adding the following to your `.vimrc`:
 
-.. code-block:: console
+.. code-block:: vim
 
   map <C-I> :pyf <path-to-this-file>/clang-format.py<CR>
   imap <C-I> <ESC>:pyf <path-to-this-file>/clang-format.py<CR>i