Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
77aea2fb
Commit
77aea2fb
authored
Jul 16, 2013
by
Dmitry Gutov
Browse files
* lisp/progmodes/ruby-mode.el (ruby-font-lock-keywords): Do not
highlight question marks in the method names as strings.
parent
18c26d81
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
1 deletion
+6
-1
lisp/ChangeLog
lisp/ChangeLog
+5
-0
lisp/progmodes/ruby-mode.el
lisp/progmodes/ruby-mode.el
+1
-1
No files found.
lisp/ChangeLog
View file @
77aea2fb
2013-07-16 Dmitry Gutov <dgutov@yandex.ru>
* progmodes/ruby-mode.el (ruby-font-lock-keywords): Do not
highlight question marks in the method names as strings.
2013-07-16 Jan Djärv <jan.h.d@swipnet.se>
* frame.el (blink-cursor-blinks): New defcustom.
...
...
lisp/progmodes/ruby-mode.el
View file @
77aea2fb
...
...
@@ -1864,7 +1864,7 @@ See `font-lock-syntax-table'.")
1
font-lock-negation-char-face
)
;; character literals
;; FIXME: Support longer escape sequences.
'
(
"\\?\\\\?\\S "
0
font-lock-string-face
)
'
(
"\\
_<\\
?\\\\?\\S "
0
font-lock-string-face
)
)
"Additional expressions to highlight in Ruby mode."
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment