From c369476181963e39aaf1ba0870e05ce5e734b9fa Mon Sep 17 00:00:00 2001 From: Tim Yamin Date: Thu, 9 Mar 2006 19:44:01 +0000 Subject: Fix code highlighting if we start with tabs rather than whitespace. git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/devmanual/trunk@22 176d3534-300d-0410-8db8-84e73ed771c3 --- devbook.xsl | 43 ++++++++++++++++++++++++++++++++++--- tasks-reference/completion/text.xml | 3 +-- 2 files changed, 41 insertions(+), 5 deletions(-) diff --git a/devbook.xsl b/devbook.xsl index c7fa1d5..c2251ae 100644 --- a/devbook.xsl +++ b/devbook.xsl @@ -52,6 +52,16 @@ + + + + + ($( + + + + + @@ -67,12 +77,39 @@ + + + + + + -- + + + + + + + + + ) + + + + + + + + + + + + $data = 'done' or $data = 'make' or $data = 'echo' or $data = 'cd' or $data = 'local' or $data = 'return' or + $data = 'for' or $data = 'case' or $data = 'esac' or $data = 'in'"> @@ -178,7 +215,7 @@ - + @@ -314,7 +351,7 @@ - +