VL
Size: a a a
VL
DL
VL
VL
D
Aß
(defun at-include-p (_open _action context)
(when (eq 'code context)
(save-excursion
(save-restriction
(widen)
(beginning-of-line)
(looking-at (rx (* space) "#" (* space) "include"))))))
(sp-local-pair 'c-mode "<" ">" :when (list #'at-include-p))
AT
VL
AT
¥
(defun at-include-p (_open _action context)
(when (eq 'code context)
(save-excursion
(save-restriction
(widen)
(beginning-of-line)
(looking-at (rx (* space) "#" (* space) "include"))))))
(sp-local-pair 'c-mode "<" ">" :when (list #'at-include-p))
(sp-pair "<" ">")
пока нормVL
Aß
(sp-pair "<" ">")
пока нормVL
VL
DL
VL
¥
D
VL