mirror of
https://github.com/Reuh/anselme.git
synced 2025-10-28 00:59:31 +00:00
Separate function and class injections
This commit is contained in:
parent
c43266260d
commit
e017a391ec
4 changed files with 31 additions and 13 deletions
|
|
@ -66,7 +66,8 @@ common = {
|
|||
injections = {
|
||||
["function start"] = "function_start", ["function end"] = "function_end", ["function return"] = "function_return",
|
||||
["scoped function start"] = "scoped_function_start", ["scoped function end"] = "scoped_function_end", ["scoped function return"] = "scoped_function_return",
|
||||
["checkpoint start"] = "checkpoint_start", ["checkpoint end"] = "checkpoint_end"
|
||||
["checkpoint start"] = "checkpoint_start", ["checkpoint end"] = "checkpoint_end",
|
||||
["class start"] = "class_start", ["class end"] = "class_end"
|
||||
},
|
||||
--- escape a string to be used as an exact match pattern
|
||||
escape = function(str)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue