]> code.delx.au - gnu-emacs-elpa/commitdiff
Version 6.3.0.
authorJackson Ray Hamilton <jackson@jacksonrayhamilton.com>
Mon, 18 May 2015 09:27:27 +0000 (02:27 -0700)
committerJackson Ray Hamilton <jackson@jacksonrayhamilton.com>
Mon, 18 May 2015 09:32:40 +0000 (02:32 -0700)
context-coloring.el

index 5c3b76f985cff05081593933aee1c11470da6465..cb74ee74e8387cf7db8366b656b21d9159439267 100644 (file)
@@ -3,7 +3,7 @@
 ;; Copyright (C) 2014-2015  Free Software Foundation, Inc.
 
 ;; Author: Jackson Ray Hamilton <jackson@jacksonrayhamilton.com>
-;; Version: 6.2.1
+;; Version: 6.3.0
 ;; Keywords: convenience faces tools
 ;; Package-Requires: ((emacs "24") (js2-mode "20150126"))
 ;; URL: https://github.com/jacksonrayhamilton/context-coloring
 
 ;; By default, comments and strings are still highlighted syntactically.
 
-;; To use with js2-mode, add the following to your init file:
-
-;; (require 'context-coloring)
-;; (add-hook 'js2-mode-hook 'context-coloring-mode)
-
-;; To use with js-mode or js3-mode, install Node.js 0.10+ and the scopifier
-;; executable:
-
-;; $ npm install -g scopifier
-
 ;;; Code:
 
 (require 'js2-mode)