From 426fe8b83a84d9608bf8af96117316a921027f18 Mon Sep 17 00:00:00 2001 From: Sean Silva Date: Tue, 20 Nov 2012 12:36:27 +0000 Subject: [PATCH] docs: Fix highlighting. .git/config was marked as "bash" instead of "ini". git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@168365 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/GettingStarted.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/GettingStarted.rst b/docs/GettingStarted.rst index d5312502593..f17313506ca 100644 --- a/docs/GettingStarted.rst +++ b/docs/GettingStarted.rst @@ -583,7 +583,7 @@ git-imap-send. Here is an example to generate the patchset in Gmail's [Drafts]. Then, your .git/config should have [imap] sections. -.. code-block:: bash +.. code-block:: ini [imap] host = imaps://imap.gmail.com