We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 868f6e2 commit 2195749Copy full SHA for 2195749
teal/crates/popup/crate.tl
@@ -196,7 +196,7 @@ function M.open(crate: Crate, opts: WinOpts)
196
}
197
})
198
ctx.crates_io_index = #info_text
199
-
+
200
if next(crate.categories) then
201
local hl_text: {HighlightText} = { {
202
text = text.categories_label,
teal/crates/util.tl
@@ -492,7 +492,7 @@ local function disable_def_features(buf: integer, crate: toml.Crate): Range
492
crate.def.col.e,
493
{ "false" }
494
)
495
- return crate.lines
+ return crate.lines
496
else
497
if crate.syntax == "table" then
498
local line = math.max((crate.vers.line or 0) + 1, crate.feat.line or 0)
0 commit comments