doomemacs/modules/lang/web
Henrik Lissner 5ccbc468ad
lang/web: fix fill-prefix on continued comments
Before:

  /*
   * pretend this is a line longer than 80 characters
   */

  Call fill-paragraph:

  /*
   * pretend this is a line longer
     than 80 characters
   */

After

  /*
   * pretend this is a line longer than 80 characters
   */

  Call fill-paragraph:

  /*
   * pretend this is a line longer
   * than 80 characters
   */
2020-11-09 17:19:14 -05:00
..
autoload lang/web: fix comments not joining/filling correctly 2020-11-09 17:19:14 -05:00
test Update all unit tests 2019-09-03 00:59:46 -04:00
+css.el lang/web: fix fill-prefix on continued comments 2020-11-09 17:19:14 -05:00
+html.el Associate .eco files with web-mode 2020-10-30 21:51:35 -04:00
config.el Fix emmet for non-evil users 2020-04-18 21:08:41 -04:00
doctor.el Add :tools lsp checks for +lsp flag 2019-04-24 18:16:05 -04:00
packages.el Bump :lang 2020-10-11 23:20:06 -04:00