dex
dex copied to clipboard
Javascript syntax update & new syntaxes
Updates the javascript syntax. Specifically it highlights special characters in regexes and adds some new native types: Promise
, Map
, WeakMap
, Set
and WeakSet
.
Before:
After:
Also has a json
and a tex
syntax. They can probably be improved upon, but they work for me :)