lite-xl/src/api
Adam 248d70a8ca
Add PCRE to support regular expressions
Use regular expressions instead of Lua patterns for find and replace editor commands.

Syntax files can now use regex or Lua patterns as before keeping backward compatibility for plugins.
2021-06-02 21:27:00 +02:00
..
api.c Add PCRE to support regular expressions 2021-06-02 21:27:00 +02:00
api.h Implement unicode character replacements 2021-04-01 18:05:59 +02:00
cp_replace.c Implement unicode character replacements 2021-04-01 18:05:59 +02:00
regex.c Add PCRE to support regular expressions 2021-06-02 21:27:00 +02:00
renderer.c Fix crash problem with rencache and font access 2021-05-21 23:38:54 +02:00
renderer_font.c Fix crash problem with rencache and font access 2021-05-21 23:38:54 +02:00
system.c Allowed for optional boolean to better match filenames. (#180) 2021-05-16 19:23:17 +02:00