diff options
| author | ThePrimeAgain <theprimeagain@theprimeagain.com> | 2025-12-23 08:03:40 -0700 |
|---|---|---|
| committer | ThePrimeAgain <theprimeagain@theprimeagain.com> | 2025-12-23 08:03:40 -0700 |
| commit | f51f4013dd60237638713ce9d8313ea72c764c5c (patch) | |
| tree | 8e495b1d655a7347aeb11360e6643447f9439139 /scratch | |
| parent | 38f3e3b7d8a4d84c13d0274089ca41882621e7ab (diff) | |
| download | a4-f51f4013dd60237638713ce9d8313ea72c764c5c.tar.xz a4-f51f4013dd60237638713ce9d8313ea72c764c5c.zip | |
better reporting, cancelling, and logger
Diffstat (limited to 'scratch')
| -rw-r--r-- | scratch/refresh.lua | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/scratch/refresh.lua b/scratch/refresh.lua index ec59b06..680dd0b 100644 --- a/scratch/refresh.lua +++ b/scratch/refresh.lua @@ -12,9 +12,7 @@ function test_body() local Lang = require("99.language") local cursor = Point:from_cursor() local func = ts.containing_function(0, cursor) - local body = Lang.find_body(func.function_node, "block") - print("body", vim.inspect(body)) end test_body() |
