mirror of
https://github.com/neovim/neovim.git
synced 2025-09-07 03:48:18 +00:00
refactor(highlight)!: rename attributes to match Vim (#19159)
Ref: 84f5463630
Rename:
- `underlineline` to `underdouble`
- `underdot` to `underdotted`
- `underdash` to `underdashed`
`underdouble` also now takes higher precedence than `undercurl`.
This commit is contained in:
@@ -149,10 +149,10 @@ Dictionary nvim__get_hl_defs(Integer ns_id, Error *err)
|
||||
/// - bold: boolean
|
||||
/// - standout: boolean
|
||||
/// - underline: boolean
|
||||
/// - underlineline: boolean
|
||||
/// - undercurl: boolean
|
||||
/// - underdot: boolean
|
||||
/// - underdash: boolean
|
||||
/// - underdouble: boolean
|
||||
/// - underdotted: boolean
|
||||
/// - underdashed: boolean
|
||||
/// - strikethrough: boolean
|
||||
/// - italic: boolean
|
||||
/// - reverse: boolean
|
||||
|
Reference in New Issue
Block a user