lang/{javascript,php}: fix doc comment sp pairs

This commit is contained in:
Henrik Lissner 2017-04-03 03:12:49 -04:00
parent a5437a3860
commit 67efcb597f
2 changed files with 4 additions and 2 deletions

View file

@ -20,8 +20,7 @@
(add-hook! php-mode (setq-local sp-max-pair-length 6))
(sp-with-modes '(php-mode)
(sp-local-pair "/*" "*/" :post-handlers '(("||\n[i]" "RET") ("| " "SPC")))
(sp-local-pair "/**" "*/" :post-handlers '(("||\n[i]" "RET") ("||\n[i]" "SPC")))
(sp-local-pair "/* " "*/" :post-handlers '(("||\n[i] " "RET") ("| " "SPC")))
(sp-local-pair "<? " " ?>")
(sp-local-pair "<?php " " ?>")
(sp-local-pair "<?=" " ?>")