From 2f7216cfd4eb0d4a937eb2b0de6cf0db10851b25 Mon Sep 17 00:00:00 2001
From: Puneeth Chaganti
Date: Mon, 31 Jan 2011 11:25:07 +0530
Subject: vcs: Add highlight directive to handout.rst

Sphinx uses highlight directives, which can be passed on, to Pygments
for syntax highlighting.
---
 versionControl/handOut.rst | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/versionControl/handOut.rst b/versionControl/handOut.rst
index bc78303..925773f 100644
--- a/versionControl/handOut.rst
+++ b/versionControl/handOut.rst
@@ -1,3 +1,5 @@
+.. highlight:: bash
+
 ===============
 Version Control
 ===============
-- 
cgit