diff options
| author | Christian Clason <c.clason@uni-graz.at> | 2023-04-01 15:39:25 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-04-01 15:39:25 +0200 |
| commit | 19110eddb96a125dd391d2a215e04a7ae376ccf1 (patch) | |
| tree | 520bb7db80fbeeec027d516872459bba05280970 /runtime/queries/vim | |
| parent | 4f66530af1d5e501f7b57ddd79e9c185af1b5f39 (diff) | |
| parent | 438c3419df00d6f943a1c932bb1d60ab15bd08e9 (diff) | |
| download | rneovim-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.scm | 2 |
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 |