mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
lang/web: add & entity to +web-entities-list
This commit is contained in:
@ -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
|
||||||
[[" " " "] [" " " "] [" " " "] [" " " "]
|
[["&" "&"] [" " " "] [" " " "] [" " " "] [" " " "]
|
||||||
["‏" ""] ["‎" ""] ["‍" ""] ["‌" ""]
|
["‏" ""] ["‎" ""] ["‍" ""] ["‌" ""]
|
||||||
["¡" "¡"] ["¢" "¢"] ["£" "£"] ["¤" "¤"] ["¥" "¥"]
|
["¡" "¡"] ["¢" "¢"] ["£" "£"] ["¤" "¤"] ["¥" "¥"]
|
||||||
["¦" "¦"] ["§" "§"] ["¨" "¨"] ["©" "©"] ["ª" "ª"]
|
["¦" "¦"] ["§" "§"] ["¨" "¨"] ["©" "©"] ["ª" "ª"]
|
||||||
|
Reference in New Issue
Block a user