fix: remove pritns
This commit is contained in:
parent
d0db42640d
commit
8bf52f601c
1 changed files with 0 additions and 4 deletions
|
|
@ -105,10 +105,7 @@ if __name__ == "__main__":
|
||||||
local snippets = {}
|
local snippets = {}
|
||||||
local filetype = languages.canonical_filetypes[language]
|
local filetype = languages.canonical_filetypes[language]
|
||||||
|
|
||||||
print("Processing language: " .. language .. " -> filetype: " .. filetype)
|
|
||||||
|
|
||||||
for contest, template in pairs(template_set) do
|
for contest, template in pairs(template_set) do
|
||||||
print("Adding built-in snippet: " .. contest .. " for language: " .. language)
|
|
||||||
table.insert(snippets, s(contest, fmt(template, { i(1) })))
|
table.insert(snippets, s(contest, fmt(template, { i(1) })))
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
@ -116,7 +113,6 @@ if __name__ == "__main__":
|
||||||
table.insert(snippets, snippet)
|
table.insert(snippets, snippet)
|
||||||
end
|
end
|
||||||
|
|
||||||
print("Registering " .. #snippets .. " snippets for filetype: " .. filetype)
|
|
||||||
ls.add_snippets(filetype, snippets)
|
ls.add_snippets(filetype, snippets)
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue