]> git.eshelyaron.com Git - emacs.git/commit
Recognize single quote attribute values in nxml and sgml (Bug#35381)
authorNoam Postavsky <npostavs@gmail.com>
Mon, 22 Apr 2019 02:44:50 +0000 (22:44 -0400)
committerNoam Postavsky <npostavs@gmail.com>
Thu, 9 May 2019 10:42:40 +0000 (06:42 -0400)
commit7dab3ee7ab54b3c2e7bc24170376054786c01d6f
tree73b562aa6b3588215949f1ed4773e58b21d18dfd
parente4cde42657f8f91f795e6b7041dc50b896dc468d
Recognize single quote attribute values in nxml and sgml (Bug#35381)

* lisp/textmodes/sgml-mode.el (sgml-specials): Add single quote.
(sgml-syntax-propertize-rules): Handle single quote.
* test/lisp/nxml/nxml-mode-tests.el (nxml-mode-font-lock-quotes): New
test.
* test/lisp/textmodes/sgml-mode-tests.el
(sgml-delete-tag-bug-8203-should-not-delete-apostrophe): Now passes.
lisp/textmodes/sgml-mode.el
test/lisp/nxml/nxml-mode-tests.el
test/lisp/textmodes/sgml-mode-tests.el