Skip to content

Commit 0157c61

Browse files
committed
cleanup
1 parent 5e4f4cc commit 0157c61

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.vscode/launch.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"type": "lua",
2727
"request": "attach",
2828
"stopOnEntry": false,
29-
"address": "127.0.0.1:11427",
29+
"address": "127.0.0.1:11413",
3030
"outputCapture": [
3131
],
3232
"sourceMaps": [

script/parser/guide.lua

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ local type = type
1616
---@field uri uri
1717
---@field start integer
1818
---@field finish integer
19+
---@field range integer
1920
---@field effect integer
2021
---@field attrs string[]
2122
---@field specials parser.object[]

0 commit comments

Comments
 (0)