ba02132a90
The idea is to allow users to define their own commands using Lua. The builtin command Find is now written in Lua. This commit also fixes a bug in the get_formatter() Lua API. It also adds String arguments to macros. Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
4 lines
No EOL
62 B
Text
4 lines
No EOL
62 B
Text
(** import("find.lua") **)
|
|
Find "^.ongr"
|
|
Find "foo"
|
|
Find "(ab" |