ace/lib
nightwing e92ed07a19 simpler regexp for js identifiers
non identifier chars in \u00a1-\uffff range are errors anyway
   so they can be highlighted either as operator or as identifier
   using this instead of detailed unicode regexps reduces parse time
   by ~3x, and gives the same result for any valid js
2012-08-24 12:08:46 +04:00
..
ace simpler regexp for js identifiers 2012-08-24 12:08:46 +04:00