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/html/injections.scm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'runtime/queries/html') diff --git a/runtime/queries/html/injections.scm b/runtime/queries/html/injections.scm index adb067d15..6a9d3e89e 100644 --- a/runtime/queries/html/injections.scm +++ b/runtime/queries/html/injections.scm @@ -1,4 +1,5 @@ -; inherits html_tags +; inherits: html_tags + (element (start_tag (tag_name) @_py_script) -- cgit v1.2.3-70-g09d2