gnu-emacs-sources
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

web-mode.el


From: Bois Francois-Xavier
Subject: web-mode.el
Date: Wed, 10 Oct 2012 20:44:26 +0200

Dear Emacsians,

I would like to introduce web-mode.el

This major mode is intended to edit web templates (HTML embedding
PHP/ASP/JSP/JS/CSS blocks).

Some native features:

- smart indentation (according to the context : HTML, PHP, Java/JSP,
ASPX, JavaScript or CSS)
- syntax highlighting (according to the type of block)
- code navigation between opening and closing HTML tag or between
PHP/JSP controls
- code folding
- HTML tag autoclosing (after </)
- snippet insertion
- auto-inserts (ex. ?> after <?php)
- comment / uncomment according to the type of block

I've set up a web page (http://web-mode.org) and a git repository
(https://github.com/fxbois/web-mode).

I hope you'll enjoy it.

Best

Fx



reply via email to

[Prev in Thread] Current Thread [Next in Thread]