rxi / lite

A lightweight text editor written in Lua
MIT License
7.42k stars 353 forks source link

+js regexp pattern #248

Open eugenpt opened 3 years ago

eugenpt commented 3 years ago

Fixes wrong syntax highlighting when regexp contains unmatched quotes (i.e. .replace(/"/g, """);)