mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-13 17:00:09 -04:00
Merge pull request #61 from theHamsta/cleanup-postspace
Remove postspaces and avoid one global
This commit is contained in:
commit
fb672f2630
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