mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08:00
parent
1dae378f10
commit
8f1eba8b5e
1 changed files with 1 additions and 0 deletions
|
|
@ -465,6 +465,7 @@ This variant of `rx' supports common python named REGEXPS."
|
|||
;; string delimiters. Fixme: Is there a better way?
|
||||
;; First avoid a sequence preceded by an odd number of backslashes.
|
||||
`((,(concat "\\(?:\\([RUru]\\)[Rr]?\\|^\\|[^\\]\\(?:\\\\.\\)*\\)" ;Prefix.
|
||||
"\\(?:''''''\\|\"\"\"\"\"\"\\)" ; Empty triple-quote
|
||||
"\\(?:\\('\\)'\\('\\)\\|\\(?2:\"\\)\"\\(?3:\"\\)\\)")
|
||||
(3 (python-quote-syntax)))))
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue