mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-15 18:00:07 -04:00
Remove postspaces and avoid one global
This commit is contained in:
parent
d8328b8e1c
commit
3b3a692e2c
3 changed files with 6 additions and 6 deletions
|
|
@ -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"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue