Commit graph

6 commits

Author SHA1 Message Date
nightwing
6cec0b28b2 improve tmlanguage importer 2015-06-01 13:50:32 +04:00
nightwing
89b9a8ac72 address review comments 2015-04-20 18:25:32 +04:00
nightwing
ecb699aa11 support converting from cson 2015-04-19 20:28:12 +04:00
nightwing
ed40c1f51f improve tmlanguage.js 2014-10-10 02:05:15 +04:00
nightwing
dbeeea2dd9 add helper tool for starting new mode 2014-09-09 21:18:52 +04:00
nightwing
77b5ae1062 fix tokenizer on ie8
changes $arrayTokens to use exec instead of split
 1 it works on ie8
 2 it is faster on chrome http://jsperf.com/capturing-split-vs-exec
unfortunately exec is slow on firefox but ff regexes are a bit rusty atm (v21), and whole tokenizer is slow on it anyway.
2013-02-16 23:09:42 +04:00