[llvm-commits] [llvm] r168365 - /llvm/trunk/docs/GettingStarted.rst

Sean Silva silvas at purdue.edu
Tue Nov 20 04:36:27 PST 2012


Author: silvas
Date: Tue Nov 20 06:36:27 2012
New Revision: 168365

URL: http://llvm.org/viewvc/llvm-project?rev=168365&view=rev
Log:
docs: Fix highlighting.

.git/config was marked as "bash" instead of "ini".

Modified:
    llvm/trunk/docs/GettingStarted.rst

Modified: llvm/trunk/docs/GettingStarted.rst
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/GettingStarted.rst?rev=168365&r1=168364&r2=168365&view=diff
==============================================================================
--- llvm/trunk/docs/GettingStarted.rst (original)
+++ llvm/trunk/docs/GettingStarted.rst Tue Nov 20 06:36:27 2012
@@ -583,7 +583,7 @@
 
 Then, your .git/config should have [imap] sections.
 
-.. code-block:: bash
+.. code-block:: ini
 
   [imap]
         host = imaps://imap.gmail.com





More information about the llvm-commits mailing list