js

Homepage: https://www.gnu.org/software/emacs

Author: Daniel Colascione, Karl Landstrom

Summary

Major mode for editing JavaScript

Commentary

This is based on Karl Landstrom's barebones javascript-mode.  This
is much more robust and works with cc-mode's comment filling
(mostly).

The main features of this JavaScript mode are syntactic
highlighting (enabled with `font-lock-mode' or
`global-font-lock-mode'), automatic indentation and filling of
comments, C preprocessor fontification, and MozRepl integration.

General Remarks:

XXX: This mode assumes that block comments are not nested inside block
XXX: comments

Exported names start with "js-"; private names start with
"js--".

Dependencies

Reverse dependencies