summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Schulte <schulte.eric@gmail.com>2010-06-07 18:10:47 -0700
committerEric Schulte <schulte.eric@gmail.com>2010-06-07 18:10:47 -0700
commitcdc70ed68d05730b0f5689713acf4bff20c22898 (patch)
tree27f30b10cf89c78c40d0b336e4ef9a1ccdbbe4f9
parentefbb07fe12021a48231faa7fbfa98c3accfb7c79 (diff)
downloadorg-mode-cdc70ed68d05730b0f5689713acf4bff20c22898.tar.gz
color indented babel strings -- srcname, source, results, result, and call
-rw-r--r--lisp/org.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/org.el b/lisp/org.el
index ba4ea63..ebd3dc9 100644
--- a/lisp/org.el
+++ b/lisp/org.el
@@ -4977,7 +4977,8 @@ will be prompted for."
'(font-lock-fontified t face org-meta-line))
t)
((or (member dc1 '("begin:" "end:" "caption:" "label:"
- "orgtbl:" "tblfm:" "tblname:"))
+ "orgtbl:" "tblfm:" "tblname:" "result:"
+ "results:" "source:" "srcname:" "call:"))
(and (match-end 4) (equal dc3 "attr")))
(add-text-properties
beg (match-end 0)