mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-11 14:01:43 -08:00
Make dns-mode fontify quoted values correctly
* lisp/textmodes/dns-mode.el (dns-mode-syntax-table): Fontify
quoted values correctly. (Bug#62214)
Suggested by Trent W. Buck <trentbuck@gmail.com>.
(cherry picked from commit c586d984f2)
This commit is contained in:
parent
aa253c533d
commit
6629e861b3
1 changed files with 1 additions and 0 deletions
|
|
@ -131,6 +131,7 @@ manually with \\[dns-mode-soa-increment-serial]."
|
|||
(let ((table (make-syntax-table)))
|
||||
(modify-syntax-entry ?\; "< " table)
|
||||
(modify-syntax-entry ?\n "> " table)
|
||||
(modify-syntax-entry ?\" "\"" table)
|
||||
table)
|
||||
"Syntax table in use in DNS master file buffers.")
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue