mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
Add single quotes to ‘any quote’ text objects
This commit is contained in:
@ -50,6 +50,7 @@ This excludes the protocol and querystring."
|
|||||||
'(("'" . "'")
|
'(("'" . "'")
|
||||||
("\"" . "\"")
|
("\"" . "\"")
|
||||||
("`" . "`")
|
("`" . "`")
|
||||||
|
("‘" . "’")
|
||||||
("“" . "”"))))
|
("“" . "”"))))
|
||||||
(evil-textobj-anyblock-inner-block count beg end type)))
|
(evil-textobj-anyblock-inner-block count beg end type)))
|
||||||
|
|
||||||
@ -60,5 +61,6 @@ This excludes the protocol and querystring."
|
|||||||
'(("'" . "'")
|
'(("'" . "'")
|
||||||
("\"" . "\"")
|
("\"" . "\"")
|
||||||
("`" . "`")
|
("`" . "`")
|
||||||
|
("‘" . "’")
|
||||||
("“" . "”"))))
|
("“" . "”"))))
|
||||||
(evil-textobj-anyblock-a-block count beg end type)))
|
(evil-textobj-anyblock-a-block count beg end type)))
|
||||||
|
Reference in New Issue
Block a user