[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] master af4f773 33/79: Colorize comments and strings inside backqu
From: |
Jackson Ray Hamilton |
Subject: |
[elpa] master af4f773 33/79: Colorize comments and strings inside backquotes. |
Date: |
Sun, 14 Jun 2015 00:05:30 +0000 |
branch: master
commit af4f773cabd9deccfabae2a4947178697f60defc
Author: Jackson Ray Hamilton <address@hidden>
Commit: Jackson Ray Hamilton <address@hidden>
Colorize comments and strings inside backquotes.
---
context-coloring.el | 3 ++-
test/context-coloring-test.el | 4 +++-
test/fixtures/quote.el | 4 +++-
3 files changed, 8 insertions(+), 3 deletions(-)
diff --git a/context-coloring.el b/context-coloring.el
index 61c4163..180752c 100644
--- a/context-coloring.el
+++ b/context-coloring.el
@@ -613,7 +613,8 @@ generated by `js2-mode'."
;; If we don't do this "@" could be interpreted as a symbol.
(forward-char))
(context-coloring-forward-sws)
- (context-coloring-elisp-colorize-sexp)))))))
+ (context-coloring-elisp-colorize-sexp)))
+ (context-coloring-elisp-colorize-comments-and-strings-in-region start
end)))))
(defvar context-coloring-parse-interruptable-p t
"Set this to nil to force parse to continue until finished.")
diff --git a/test/context-coloring-test.el b/test/context-coloring-test.el
index c0240b5..a4b31d5 100644
--- a/test/context-coloring-test.el
+++ b/test/context-coloring-test.el
@@ -1099,7 +1099,9 @@ ssssssssssss0"))
(xxxxx x (x)
(xx (xx x 111
111111 1 111 111
- 111111 1 1111111111 11 111 1 111 1 00001 10000 11 00001 1 100001111
+ 111111 1 1111111111 11 111 1 111 1 00001 10000 11 00001 1 10000
+ sss ccc
+ 1111
(xxxxxx '(sss cc
sss cc
diff --git a/test/fixtures/quote.el b/test/fixtures/quote.el
index 85b16a5..63892a0 100644
--- a/test/fixtures/quote.el
+++ b/test/fixtures/quote.el
@@ -1,7 +1,9 @@
(defun a (a)
(or (eq a 'b)
(equal a '(a b))
- (equal a `(,(append () `(a b ,(+ 1 free) ,free b) free) b ,free))))
+ (equal a `(,(append () `(a b ,(+ 1 free) ,free b) free) b ,free
+ "s" ; c
+ ))))
(append '("a" ; b
"b" ; a
- [elpa] master 3d3c693 22/79: Pass interrupt test with recursive colorizer., (continued)
- [elpa] master 3d3c693 22/79: Pass interrupt test with recursive colorizer., Jackson Ray Hamilton, 2015/06/13
- [elpa] master 966bd20 31/79: Add test for escape characters., Jackson Ray Hamilton, 2015/06/13
- [elpa] master 7ab01e3 30/79: Fix ignored test., Jackson Ray Hamilton, 2015/06/13
- [elpa] master f88e21c 29/79: Ignore escaped characters., Jackson Ray Hamilton, 2015/06/13
- [elpa] master e06f1a6 27/79: Color comments and strings inside quotes., Jackson Ray Hamilton, 2015/06/13
- [elpa] master 5a8186b 34/79: Color comments and strings inside defuns., Jackson Ray Hamilton, 2015/06/13
- [elpa] master 4b25191 28/79: Refactor benchmarks. Improve benchmark reliability., Jackson Ray Hamilton, 2015/06/13
- [elpa] master f3697c0 35/79: Strings are sexps., Jackson Ray Hamilton, 2015/06/13
- [elpa] master 87893df 32/79: Support comma splicing., Jackson Ray Hamilton, 2015/06/13
- [elpa] master 7167e93 19/79: Pass let and let* tests with recursive colorizer., Jackson Ray Hamilton, 2015/06/13
- [elpa] master af4f773 33/79: Colorize comments and strings inside backquotes.,
Jackson Ray Hamilton <=
- [elpa] master acaaf39 38/79: Add file statistics to benchmarks., Jackson Ray Hamilton, 2015/06/13
- [elpa] master 8836df9 37/79: Add colorization times to logs., Jackson Ray Hamilton, 2015/06/13
- [elpa] master 5661ed0 44/79: Document `:host' and `:port' properties., Jackson Ray Hamilton, 2015/06/13
- [elpa] master 16fa835 40/79: Optimize JSON parser., Jackson Ray Hamilton, 2015/06/13
- [elpa] master 3dfd515 42/79: Messy server implementation., Jackson Ray Hamilton, 2015/06/13
- [elpa] master 872bf5f 46/79: Bump required scopifier version., Jackson Ray Hamilton, 2015/06/13
- [elpa] master 2258572 39/79: Optimize. Refactor., Jackson Ray Hamilton, 2015/06/13
- [elpa] master 59492ab 41/79: Refactor token application., Jackson Ray Hamilton, 2015/06/13
- [elpa] master 233ea1a 47/79: Kill any scopifier server before running the tests., Jackson Ray Hamilton, 2015/06/13
- [elpa] master 0079778 48/79: Set `:send-report' to nil., Jackson Ray Hamilton, 2015/06/13