branch: master
commit d24de46c7c737df8a1438c7e5ba000fd375dce9e
Author: Jackson Ray Hamilton <jack...@jacksonrayhamilton.com>
Commit: Jackson Ray Hamilton <jack...@jacksonrayhamilton.com>

    Add TODO.
---
 context-coloring.el |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/context-coloring.el b/context-coloring.el
index ae6abea..1e9553d 100644
--- a/context-coloring.el
+++ b/context-coloring.el
@@ -1434,6 +1434,7 @@ elisp tracks, and asynchronously for shell command 
tracks."
     ;; Safely change the valye of this function as necessary.
     (make-local-variable 'font-lock-syntactic-face-function)
 
+    ;; TODO: Detect derived modes.
     (let ((dispatch (gethash major-mode context-coloring-mode-hash-table)))
       (if dispatch
           (progn

Reply via email to