mirror of
https://github.com/neovim/neovim.git
synced 2026-07-17 14:41:33 +00:00
refactor(api): use a keyset for highlight dicts
This commit is contained in:
@@ -27,7 +27,8 @@ local defspipe = io.open(defs_file, 'wb')
|
||||
local keysets = require'api.keysets'
|
||||
|
||||
local keywords = {
|
||||
register = true,
|
||||
register = true;
|
||||
default = true;
|
||||
}
|
||||
|
||||
local function sanitize(key)
|
||||
|
||||
Reference in New Issue
Block a user