aboutsummaryrefslogtreecommitdiff
path: root/runtime/lua/vim
diff options
context:
space:
mode:
authorGregory Anders <8965202+gpanders@users.noreply.github.com>2024-05-01 08:08:22 -0500
committerGitHub <noreply@github.com>2024-05-01 08:08:22 -0500
commit0b8a72b73934d33a05e20c255298e88cd921df32 (patch)
treece5908b4112121be8c95b7ede87acf9238cc8e72 /runtime/lua/vim
parentb5583acc482b125399e9fa6c2454a6db6b1ae3e4 (diff)
downloadrneovim-0b8a72b73934d33a05e20c255298e88cd921df32.tar.gz
rneovim-0b8a72b73934d33a05e20c255298e88cd921df32.tar.bz2
rneovim-0b8a72b73934d33a05e20c255298e88cd921df32.zip
revert: "feat(extmarks): subpriorities (relative to declaration order) (#27131)" (#28585)
This reverts commit 15e77a56b711102fdc123e15b3f37d49bc0b1df1. Subpriorities were added in https://github.com/neovim/neovim/pull/27131 as a mechanism for enforcing query order when using iter_matches in the Tree-sitter highlighter. However, iter_matches proved to have too many complications to use in the highlighter so we eventually reverted back to using iter_captures (https://github.com/neovim/neovim/pull/27901). Thus, subpriorities are no longer needed and can be removed.
Diffstat (limited to 'runtime/lua/vim')
-rw-r--r--runtime/lua/vim/_meta/api_keysets.lua1
1 files changed, 0 insertions, 1 deletions
diff --git a/runtime/lua/vim/_meta/api_keysets.lua b/runtime/lua/vim/_meta/api_keysets.lua
index 37e4372196..9f9ade3e76 100644
--- a/runtime/lua/vim/_meta/api_keysets.lua
+++ b/runtime/lua/vim/_meta/api_keysets.lua
@@ -253,7 +253,6 @@ error('Cannot require a meta file')
--- @field undo_restore? boolean
--- @field url? string
--- @field scoped? boolean
---- @field _subpriority? integer
--- @class vim.api.keyset.user_command
--- @field addr? any