diff options
author | Sean Silva <silvas@purdue.edu> | 2012-11-20 12:36:27 +0000 |
---|---|---|
committer | Sean Silva <silvas@purdue.edu> | 2012-11-20 12:36:27 +0000 |
commit | 426fe8b83a84d9608bf8af96117316a921027f18 (patch) | |
tree | e7fba098d61a047cfd2ce050dc93c6928bfa4719 /docs/GettingStarted.rst | |
parent | fecc368beb1dc73b3a799e270cdc0153f73991ad (diff) |
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
Diffstat (limited to 'docs/GettingStarted.rst')
-rw-r--r-- | docs/GettingStarted.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/GettingStarted.rst b/docs/GettingStarted.rst index d531250259..f17313506c 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 |