lang/web: add & entity to +web-entities-list
This commit is contained in:
parent
988ae683dd
commit
07867c478d
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
;;; lang/web/autoload/html.el -*- lexical-binding: t; -*-
|
;;; lang/web/autoload/html.el -*- lexical-binding: t; -*-
|
||||||
|
|
||||||
(defvar +web-entities-list
|
(defvar +web-entities-list
|
||||||
[[" " " "] [" " " "] [" " " "] [" " " "]
|
[["&" "&"] [" " " "] [" " " "] [" " " "] [" " " "]
|
||||||
["‏" ""] ["‎" ""] ["‍" ""] ["‌" ""]
|
["‏" ""] ["‎" ""] ["‍" ""] ["‌" ""]
|
||||||
["¡" "¡"] ["¢" "¢"] ["£" "£"] ["¤" "¤"] ["¥" "¥"]
|
["¡" "¡"] ["¢" "¢"] ["£" "£"] ["¤" "¤"] ["¥" "¥"]
|
||||||
["¦" "¦"] ["§" "§"] ["¨" "¨"] ["©" "©"] ["ª" "ª"]
|
["¦" "¦"] ["§" "§"] ["¨" "¨"] ["©" "©"] ["ª" "ª"]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue