Path to this page:
./
devel/js2-mode,
Improved JavaScript mode for GNU Emacs
Branch: pkgsrc-2017Q1,
Version: 20080406nb2,
Package name: js2-20080406nb2,
Maintainer: pkgsrc-usersThis 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
Required to run:[
editors/emacs25]
Required to build:[
pkgtools/cwrappers]
Master sites:
SHA1: 80121faf4dac784fbbddb394fba1d54392fae6f1
RMD160: 4163dc72457cd562b614491fe4c9efffc0e7f3e9
Filesize: 381.265 KB
Version history: (Expand)
- (2017-04-04) Package added to pkgsrc.se, version js2-20080406nb2 (created)
CVS history: (Expand)
2017-04-16 17:32:08 by Benny Siegert | Files touched by this commit (1) |
Log message:
Pullup ticket #5284 - requested by sevan
devel/js2-mode: bugfix
Revisions pulled up:
- devel/js2-mode/Makefile 1.8
---
Module Name: pkgsrc
Committed By: pho
Date: Fri Apr 14 00:31:41 UTC 2017
Modified Files:
pkgsrc/devel/js2-mode: Makefile
Log message:
js2-mode works perfectly fine on emacs25
|