]> git.eshelyaron.com Git - emacs.git/commit
python.el: don't syntax-propertize single/double quoted strings
authorStefan Monnier <monnier@iro.umontreal.ca>
Tue, 9 Apr 2019 19:08:21 +0000 (15:08 -0400)
committerStefan Monnier <monnier@iro.umontreal.ca>
Tue, 9 Apr 2019 19:08:21 +0000 (15:08 -0400)
commit4b39b741f1949ebad1dfccc5032dfce521bedc2a
treead093eab789e968f364529104c1b602c2a0b9531
parentc44313327588b5d2aafe9234e71f081f39a16082
python.el: don't syntax-propertize single/double quoted strings

* lisp/progmodes/python.el (python-syntax-propertize-function):
Only mark triple-quoted strings, let the normal syntax-table handle
the rest.
(python-syntax-stringify): Adjust accordingly.
lisp/progmodes/python.el