FG
💻 Software

Is there any *good* HTML-mode for emacs?

Fresh5 days ago
Mar 15, 202614471 views
Confidence Score0%
0%

Problem

I love emacs, and I want to do my web-programming work in it, but I can't find a way to get it to edit HTML properly. I mean it's seriously awful. It will do HTML fine, but not PHP, javascript, etc. I tried getting html-helper-mode... I downloaded it, put it in /usr/local/share/emacs/site-lisp, and…

Error Output

(autoload 'html-helper-mode "html-helper-mode" "Yay HTML" t)
  (setq auto-mode-alist (cons '("\\.html$" . html-helper-mode) auto-mode-alist))

Unverified for your environment

Select your OS to check compatibility.

1 Fix

Canonical Fix
Unverified Fix
New Fix – Awaiting Verification

Fix for: Is there any *good* HTML-mode for emacs?

Low Risk

I had the same problem as you so I decided to write web-mode. Web-mode.el is a major mode for Emacs that is intended for editing mixed web templaces (HTML with Java/JSP, PHP, CSS, JavaScript). It doesn't rely on any other mode. It does syntax highli…

Awaiting Verification

Be the first to verify this fix

Sign in to verify this fix

Environment