diff options
Diffstat (limited to 'src/elisp/urweb-defs.el')
-rw-r--r-- | src/elisp/urweb-defs.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/elisp/urweb-defs.el b/src/elisp/urweb-defs.el index c9b16369..a223d9b7 100644 --- a/src/elisp/urweb-defs.el +++ b/src/elisp/urweb-defs.el @@ -172,6 +172,7 @@ for all symbols and in all lines starting with the given symbol." ("then" "\\<if\\>") ("else" "\\<if\\>" (urweb-bolp)) ("of" "\\<case\\>") + ("</xml>" "<xml>") ("d=" nil)) "Symbols that should behave somewhat like close parens.") |