From 3bf805df83fe6f110f3e7e8ce2dc37e0cf6c14cb Mon Sep 17 00:00:00 2001 From: Jackson Ray Hamilton Date: Mon, 18 May 2015 02:27:27 -0700 Subject: [PATCH] Version 6.3.0. --- context-coloring.el | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/context-coloring.el b/context-coloring.el index 5c3b76f98..cb74ee74e 100644 --- a/context-coloring.el +++ b/context-coloring.el @@ -3,7 +3,7 @@ ;; Copyright (C) 2014-2015 Free Software Foundation, Inc. ;; Author: Jackson Ray Hamilton -;; 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 @@ -32,16 +32,6 @@ ;; 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) -- 2.39.2