summaryrefslogtreecommitdiff
path: root/devel/js2-mode/DESCR
diff options
context:
space:
mode:
authorwiz <wiz>2008-04-12 13:57:19 +0000
committerwiz <wiz>2008-04-12 13:57:19 +0000
commit4b066f1727cf581ee2f830fedc1cba5135fc372b (patch)
treeab11f5738d5363c29a011f4dce238ea5285a6453 /devel/js2-mode/DESCR
parent3036b32015e7d41fbf600bfd4acf58c22edb35f6 (diff)
downloadpkgsrc-4b066f1727cf581ee2f830fedc1cba5135fc372b.tar.gz
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
Diffstat (limited to 'devel/js2-mode/DESCR')
-rw-r--r--devel/js2-mode/DESCR13
1 files changed, 13 insertions, 0 deletions
diff --git a/devel/js2-mode/DESCR b/devel/js2-mode/DESCR
new file mode 100644
index 00000000000..056c12d77ca
--- /dev/null
+++ b/devel/js2-mode/DESCR
@@ -0,0 +1,13 @@
+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