mirror of
https://github.com/zoriya/telescope.nvim.git
synced 2025-12-06 06:46:10 +00:00
pass stylua check
This commit is contained in:
@@ -1088,7 +1088,7 @@ function make_entry.gen_from_ctags(opts)
|
|||||||
return function(line)
|
return function(line)
|
||||||
local tag_file
|
local tag_file
|
||||||
-- split line by ':'
|
-- split line by ':'
|
||||||
tag_file, line = string.match(line, '([^:]+):(.+)')
|
tag_file, line = string.match(line, "([^:]+):(.+)")
|
||||||
|
|
||||||
local tag, file, scode, lnum
|
local tag, file, scode, lnum
|
||||||
-- ctags gives us: 'tags\tfile\tsource'
|
-- ctags gives us: 'tags\tfile\tsource'
|
||||||
|
|||||||
Reference in New Issue
Block a user