emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] master 08bf3e4 23/47: Ignore question marks.


From: Jackson Ray Hamilton
Subject: [elpa] master 08bf3e4 23/47: Ignore question marks.
Date: Mon, 18 May 2015 09:51:53 +0000

branch: master
commit 08bf3e4d6d1ef4d837e7c0ef5d2db4d661ce0715
Author: Jackson Ray Hamilton <address@hidden>
Commit: Jackson Ray Hamilton <address@hidden>

    Ignore question marks.
---
 context-coloring.el |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/context-coloring.el b/context-coloring.el
index 6c56d14..2c5f44b 100644
--- a/context-coloring.el
+++ b/context-coloring.el
@@ -402,7 +402,7 @@ generated by `js2-mode'."
   "\\`[^&:]")
 
 (defconst context-coloring-ignored-word-regexp
-  "\\`[-+]?[0-9]\\|\\`t\\'\\|\\`nil\\'\\|\\`\\.\\'")
+  "\\`[-+]?[0-9]\\|\\`t\\'\\|\\`nil\\'\\|\\`\\.\\'\\|\\`\\?\\'")
 
 (defconst context-coloring-COMMA-CHAR 44)
 (defconst context-coloring-BACKTICK-CHAR 96)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]