about summary refs log tree commit diff stats
path: root/src/js/regex.nim
Commit message (Collapse)AuthorAgeFilesLines
* Incremental search fixesbptato2022-07-251-2/+2
|
* Improved incremental search: support unicodebptato2022-07-231-8/+42
|
* Add search functionbptato2022-07-221-0/+105
Uses libregexp from QuickJS. Incremental search is quite hacky for now, but overall it seems to work OK.