Merge pull request #61 from theHamsta/cleanup-postspace

Remove postspaces and avoid one global
This commit is contained in:
Kiyan Yazdani 2020-05-22 17:11:59 +02:00 committed by GitHub
commit fb672f2630
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 6 additions and 6 deletions

View file

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