]> granicus.if.org Git - clang/commitdiff
[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)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@176418 91177308-0d34-0410-b5e6-96231b3b80d8

docs/ClangFormat.rst

index 94753580f0d47e75e874ac8cfc3defb512a39b23..f5c0b4c1fb9cfc9811fc1ddfa111fc6431fdf4a7 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