tihirvon / dex

Dextrous text editor
GNU General Public License v2.0
165 stars 13 forks source link

Javascript syntax update & new syntaxes #37

Open olmokramer opened 8 years ago

olmokramer commented 8 years ago

Updates the javascript syntax. Specifically it highlights special characters in regexes and adds some new native types: Promise, Map, WeakMap, Set and WeakSet. Before: dex-js-regexp-before After: dex-js-regexp-after

Also has a json and a tex syntax. They can probably be improved upon, but they work for me :)