doomemacs/modules/lang/web
Henrik Lissner 0ee42c1df0
Improve smartparens+web-mode compatibility
+ Enables web-mode's autopairing functionality
+ Prevents duplicate >'s after web-mode autopairing.
+ Leave longer-than-3-character pairs to smartparens (there was only
  <!-- -->)
+ Remove <?p -> <?php | ?> autopairer. Leave that to snippets (web-mode
  doesn't support prefixes longer than 3 letters, and <?php ?> is too
  much of a performance drain to have smartparens support it, so I added
  a "php" snippet that expands to <?php | ?>).
+ Tags now auto-close when you finish typing the opening
  tag. (web-mode-auto-close-style = 2)
2018-06-24 16:31:13 +02:00
..
autoload lang/web: fix +css/toggle-inline-or-block 2018-05-08 15:19:09 +02:00
test Move unit tests from ert to buttercup 2018-06-15 03:42:01 +02:00
+css.el Apply /* and /** pairs to more modes 2018-06-24 16:31:13 +02:00
+html.el Improve smartparens+web-mode compatibility 2018-06-24 16:31:13 +02:00
config.el 💥 Change first arg of load! macro 2018-05-27 12:52:28 +02:00
doctor.el lang/web: add doctor.el 2018-05-25 01:01:25 +02:00
packages.el Major refactor & optimization of how modules load their packages 2018-05-25 00:46:16 +02:00