From 39a0e6bf3c04f26cc2a43993fd63d94039b7262d Mon Sep 17 00:00:00 2001 From: Christian Clason Date: Fri, 5 Apr 2024 18:06:24 +0200 Subject: fix(treesitter): update parsers and queries --- runtime/queries/vim/highlights.scm | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) (limited to 'runtime/queries/vim') diff --git a/runtime/queries/vim/highlights.scm b/runtime/queries/vim/highlights.scm index cc51282a71..2950278f9f 100644 --- a/runtime/queries/vim/highlights.scm +++ b/runtime/queries/vim/highlights.scm @@ -42,9 +42,8 @@ function: (identifier) @function.call) (call_expression - function: - (scoped_identifier - (identifier) @function.call)) + function: (scoped_identifier + (identifier) @function.call)) (parameters (identifier) @variable.parameter) @@ -206,10 +205,9 @@ (command_attribute name: _ @property - val: - (behavior - name: _ @constant - val: (identifier)? @function)?) + val: (behavior + name: _ @constant + val: (identifier)? @function)?) ; Edit command (plus_plus_opt -- cgit