aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/api/keysets_defs.h
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 /src/nvim/api/keysets_defs.h
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 'src/nvim/api/keysets_defs.h')
-rw-r--r--src/nvim/api/keysets_defs.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/nvim/api/keysets_defs.h b/src/nvim/api/keysets_defs.h
index fe91d9760d..7c5fddff55 100644
--- a/src/nvim/api/keysets_defs.h
+++ b/src/nvim/api/keysets_defs.h
@@ -56,8 +56,6 @@ typedef struct {
Boolean undo_restore;
String url;
Boolean scoped;
-
- Integer _subpriority;
} Dict(set_extmark);
typedef struct {