aboutsummaryrefslogtreecommitdiff
path: root/sx-question-print.el
diff options
context:
space:
mode:
authorArtur Malabarba <bruce.connor.am@gmail.com>2014-12-09 16:42:06 +0000
committerArtur Malabarba <bruce.connor.am@gmail.com>2014-12-09 16:42:06 +0000
commit804e18ee0246709475aa6a500191f143a193b5b8 (patch)
tree00fc5da4031932315956e79952aa4cce2e68e6db /sx-question-print.el
parenta983476a59701f1cc01580b16fc5235360054adf (diff)
parentdb82dc546b528eef2487820381884c7c67e3683a (diff)
Merge pull request #136 from vermiculus/fix-@highligthing
Fix @highligthing
Diffstat (limited to 'sx-question-print.el')
-rw-r--r--sx-question-print.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/sx-question-print.el b/sx-question-print.el
index 2a0a035..c32c3eb 100644
--- a/sx-question-print.el
+++ b/sx-question-print.el
@@ -352,7 +352,7 @@ E.g.:
(font-lock-add-keywords ;; Highlight usernames.
nil
`((,(rx (or blank line-start)
- (group-n 1 (and "@" (1+ (or (syntax word) (syntax symbol)))))
+ (group-n 1 (and "@" (1+ (not space))))
symbol-end)
1 font-lock-builtin-face)))
;; Everything.