aboutsummaryrefslogtreecommitdiff
path: root/runtime/queries/vim
diff options
context:
space:
mode:
authorChristian Clason <c.clason@uni-graz.at>2023-04-01 15:39:25 +0200
committerGitHub <noreply@github.com>2023-04-01 15:39:25 +0200
commit19110eddb96a125dd391d2a215e04a7ae376ccf1 (patch)
tree520bb7db80fbeeec027d516872459bba05280970 /runtime/queries/vim
parent4f66530af1d5e501f7b57ddd79e9c185af1b5f39 (diff)
parent438c3419df00d6f943a1c932bb1d60ab15bd08e9 (diff)
downloadrneovim-19110eddb96a125dd391d2a215e04a7ae376ccf1.tar.gz
rneovim-19110eddb96a125dd391d2a215e04a7ae376ccf1.tar.bz2
rneovim-19110eddb96a125dd391d2a215e04a7ae376ccf1.zip
Merge pull request #22837 from clason/ts-sync
build(deps): bump tree-sitter-viml to HEAD fix(tests): adapt treesitter/highlight_spec priority test fix(treesitter): update queries from nvim-treesitter refactor(treesitter)!: rename help parser to vimdoc docs(treesitter): add query injections
Diffstat (limited to 'runtime/queries/vim')
-rw-r--r--runtime/queries/vim/highlights.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/queries/vim/highlights.scm b/runtime/queries/vim/highlights.scm
index 239b0a0b37..ce25b13b9f 100644
--- a/runtime/queries/vim/highlights.scm
+++ b/runtime/queries/vim/highlights.scm
@@ -271,7 +271,7 @@
":"
] @punctuation.delimiter
-(ternary_expression ["?" ":"] @conditional)
+(ternary_expression ["?" ":"] @conditional.ternary)
; Options
((set_value) @number