summaryrefslogtreecommitdiff
path: root/syntax-highlight
diff options
context:
space:
mode:
Diffstat (limited to 'syntax-highlight')
-rw-r--r--syntax-highlight/xml.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/syntax-highlight/xml.scm b/syntax-highlight/xml.scm
index 371f36f..87b661b 100644
--- a/syntax-highlight/xml.scm
+++ b/syntax-highlight/xml.scm
@@ -105,7 +105,7 @@
(parse-map flatten+compact
(parse-many
(parse-any parse-comment
- parse-open-tag
parse-close-tag
+ parse-open-tag
parse-entity
parse-text))))