Don't apply the return value of goto-char as syntax class
* lisp/progmodes/ruby-mode.el (ruby-syntax-propertize): Don't apply the return value of goto-char as syntax class.
This commit is contained in:
parent
6e63b3e997
commit
991c801cd6
1 changed files with 2 additions and 1 deletions
|
@ -1852,7 +1852,8 @@ It will be properly highlighted even when the call omits parens.")
|
||||||
(1 (if (save-excursion
|
(1 (if (save-excursion
|
||||||
(nth 3 (syntax-ppss (match-beginning 0))))
|
(nth 3 (syntax-ppss (match-beginning 0))))
|
||||||
;; Within a string, skip.
|
;; Within a string, skip.
|
||||||
(goto-char (match-end 1))
|
(ignore
|
||||||
|
(goto-char (match-end 1)))
|
||||||
(string-to-syntax "\\"))))
|
(string-to-syntax "\\"))))
|
||||||
;; Part of symbol when at the end of a method name.
|
;; Part of symbol when at the end of a method name.
|
||||||
("[!?]"
|
("[!?]"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue