From f2204e58dbb2031cb6783caa4541c4483edbb426 Mon Sep 17 00:00:00 2001 From: Riley Bruins Date: Fri, 24 Oct 2025 18:47:39 -0700 Subject: fix: use proper `; inherits` syntax in queries (#8226) Some queries don't add a colon after the `inherits` keyword, which nvim could handle but `ts_query_ls` could not, causing it to give incomplete diagnostics. --- runtime/queries/starlark/injections.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'runtime/queries/starlark') diff --git a/runtime/queries/starlark/injections.scm b/runtime/queries/starlark/injections.scm index 2b60646e2..0b920cbf9 100644 --- a/runtime/queries/starlark/injections.scm +++ b/runtime/queries/starlark/injections.scm @@ -1 +1 @@ -; inherits python +; inherits: python -- cgit v1.2.3-70-g09d2