Path to this page:
Subject: CVS commit: pkgsrc/devel/js2-mode
From: Thomas Klausner
Date: 2008-04-12 15:57:19
Message id: 20080412135719.39F73175D0@cvs.netbsd.org
Log Message:
Import js2-20080406 as devel/js2-mode.
This JavaScript editing mode supports:
- the full JavaScript language through version 1.7
- accurate syntax highlighting using a recursive-descent parser
- syntax-error and strict-mode warning reporting
- "bouncing" line indentation to choose among alternate indentation points
- smart line-wrapping within comments and strings
- code folding:
- show some or all function bodies as {...}
- show some or all block comments as /*...*/
- context-sensitive menu bar and popup menus
- typing helpers (e.g. inserting matching braces/parens)
- many customization options
Files: