doomemacs/modules/lang/web/autoload
Henrik Lissner 5c06edd90a
lang/web: fix comments not joining/filling correctly
Before, joining these two lines

  // hello
  // world

Results in

  // hello // world

And filling the following

  // Pretend this line is longer than 80 characters

Becomes

  // Pretend this lineis longer than
  80 characters
2020-11-09 17:19:14 -05:00
..
css.el lang/web: fix comments not joining/filling correctly 2020-11-09 17:19:14 -05:00
evil.el lang/web: add bang to :enhtml & :dehtml 2019-12-20 23:04:07 -05:00
html.el Fix #4027: tab not invoking emmet at EOB 2020-10-05 16:04:13 -04:00