Remove postspaces and avoid one global

This commit is contained in:
Stephan Seitz 2020-05-22 17:04:46 +02:00
parent d8328b8e1c
commit 3b3a692e2c
3 changed files with 6 additions and 6 deletions

View file

@ -45,7 +45,7 @@ local function highlight_health(lang)
end
end
function locals_health(lang)
local function locals_health(lang)
if not queries.get_query(lang, "locals") then
health_warn("No `locals.scm` query found for " .. lang, {
"Open an issue at https://github.com/nvim-treesitter/nvim-treesitter"