Add non-escaping-tag group
This commit is contained in:
parent
7ec66d0da5
commit
6d894ed9a1
2 changed files with 9 additions and 3 deletions
src
|
@ -4,7 +4,8 @@
|
|||
#:make-keyword
|
||||
#:symbolicate)
|
||||
(:export #:defgroup
|
||||
#:self-closing-tag-p))
|
||||
#:self-closing-tag-p
|
||||
#:non-escaping-tag-p))
|
||||
(in-package #:hsx/group)
|
||||
|
||||
(defun make-keyword-hash-table (symbols)
|
||||
|
@ -24,3 +25,6 @@
|
|||
(defgroup self-closing-tag
|
||||
area base br col embed hr img input keygen
|
||||
link meta param source track wbr)
|
||||
|
||||
(defgroup non-escaping-tag
|
||||
script style)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue