branch: elpa/rainbow-delimiters
commit 44bd65920e3fa2b3e135965378ddab36c957b97c
Author: Fanael Linithien <[email protected]>
Commit: Fanael Linithien <[email protected]>

    Remove the TODO list from rainbow-delimiters.el.
    
    The bugtracker is the right place for tracking TODOs, not the source
    file.
---
 rainbow-delimiters.el | 9 ---------
 1 file changed, 9 deletions(-)

diff --git a/rainbow-delimiters.el b/rainbow-delimiters.el
index 0da1c688db..73c6094c4a 100644
--- a/rainbow-delimiters.el
+++ b/rainbow-delimiters.el
@@ -67,15 +67,6 @@
 ;; - The unmatched delimiter face (normally colored red) is:
 ;;   'rainbow-delimiters-unmatched-face'
 
-;;; TODO:
-
-;; - Add support for independent depth tracking of each delimiter type
-;;   for users of C-like languages.
-;; - Python style - increase depth with each new indentation.
-;; - Add support for nested tags (XML, HTML)
-;; - Set up proper example defthemes for rainbow-delimiters faces.
-;; - Intelligent support for other languages: Ruby, LaTeX tags, et al.
-
 ;;; Code:
 
 ;;; Customize interface:

Reply via email to