Merge from vendor branch TNF:
[pkgsrcv2.git] / devel / js2-mode / DESCR
1 This JavaScript editing mode supports:
2
3  - the full JavaScript language through version 1.7
4  - accurate syntax highlighting using a recursive-descent parser
5  - syntax-error and strict-mode warning reporting
6  - "bouncing" line indentation to choose among alternate indentation points
7  - smart line-wrapping within comments and strings
8  - code folding:
9    - show some or all function bodies as {...}
10    - show some or all block comments as /*...*/
11  - context-sensitive menu bar and popup menus
12  - typing helpers (e.g. inserting matching braces/parens)
13  - many customization options