index
:
rneovim.git
20220114-mix
20230125_mix
20231130_mix
aucmd_textputpost
colorcolchar
fix_20726
fix_repeatcmdline
fix_semantic_tokens
fix_semantic_tokens_pull
floattitle
master
mix
mix_20240309
newfeatures
rahm
tmp
usermarks
userreg
userregs_2
Neovim fork with Rahm's personal hacks.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
functional
/
api
/
highlight_spec.lua
Commit message (
Expand
)
Author
Age
*
feat(ui): allow to get the highlight namespace
Daniel Steinberg
2023-10-01
*
fix(highlight): add force in nvim_set_hl
glepnir
2023-09-26
*
fix(highlight): correct hi command output
glepnir
2023-09-17
*
fix(highlight): add create param in nvim_get_hl
glepnir
2023-09-09
*
refactor(api): use typed keysets
bfredl
2023-08-07
*
fix(api): nvim_get_hl should return default flag
Null Chilly
2023-05-22
*
refactor(options): deprecate nvim[_buf|_win]_[gs]et_option
Lewis Russell
2023-05-21
*
fix(api): make nvim_get_hl not return non-existing groups
bfredl
2023-04-13
*
fix(api): return both link and attributes with nvim_get_hl (#22824)
Sindre T. Strøm
2023-03-31
*
fix(api): make nvim_get_hl return 'cterm' attrs properly
bfredl
2023-03-23
*
feat(api): add nvim_get_hl (#22693)
Null Chilly
2023-03-23
*
fix(highlight): avoid ORing underline flags (#22372)
zeertzjq
2023-02-23
*
refactor(api): consistent VALIDATE messages #22262
Justin M. Keyes
2023-02-14
*
refactor(api): VALIDATE macros #22256
Justin M. Keyes
2023-02-14
*
fix(highlight): properly deal with underline mask when listing (#22057)
zeertzjq
2023-01-31
*
feat(highlight): define the concept of altfont as a (c)term rendering attribute
Paul "LeoNerd" Evans
2023-01-24
*
refactor(highlight): reshape the HL_UNDER* bits into a 3-bit integer mask
Paul "LeoNerd" Evans
2023-01-24
*
fix(tests): initialize Screen.colors in API highlight tests
Jon Huhn
2022-12-10
*
fix(api): nvim_set_hl bail out on invalid group name (#20021)
zeertzjq
2022-08-31
*
feat(ui): allow to set the highlight namespace per window
bfredl
2022-08-17
*
fix(highlight): add missing 'nocombine' to nvim_get_hl_* apis (#19586)
Munif Tanjim
2022-07-31
*
refactor(highlight)!: rename attributes to match Vim (#19159)
zeertzjq
2022-06-30
*
perf(highlight): don't allocate duplicates for color names
bfredl
2022-06-21
*
fix(hl): return cterm fg/bg even if they match Normal #18981
Oliver Marriott
2022-06-16
*
fix(hl): set Normal hl group sg_attr value #18820
Oliver Marriott
2022-06-03
*
docs: typo fixes (#17859)
dundargoc
2022-04-15
*
feat(tui): add support for `CSI 4 : [2,4,5] m`
Kirill Chibisov
2022-03-03
*
feat(highlight): support for blend in nvim_set_hl (#17516)
Lewis Russell
2022-02-24
*
fix(highlight): accept NONE as a color name (#17487)
Lewis Russell
2022-02-21
*
fix(api): allow empty list for cterm in nvim_set_hl
Christian Clason
2022-02-17
*
feat(highlight): support color names for cterm
Lewis Russell
2022-02-16
*
fix(highlight): allow globals to be cleared
Lewis Russell
2022-02-16
*
feat(api): add strikethrough, nocombine to set_hl
Christian Clason
2022-02-12
*
feat(highlight): ns=0 to set :highlight namespace
Lewis Russell
2022-02-01
*
Improvements to tests
shadmansaleh
2021-04-22
*
Fix lualint warnings
shadmansaleh
2021-04-03
*
Add tests for nvim_set_hl()
shadmansaleh
2021-04-03
*
feat(lua): improve error message to make it actionable (#13276)
Alvaro Muñoz
2020-11-13
*
extmark: fix decoration ploblems with extmark
erw7
2020-10-02
*
API: nvim_get_hl_by_id: omit hl instead of returning -1 #11685
kevinhwang91
2020-01-08
*
tree-sitter: implement query functionality and highlighting prototype [skip.l...
Björn Linse
2019-12-22
*
syntax, TUI: support "strikethrough"
Jaskaran Singh
2019-09-13
*
Merge #7917 'API: buffer updates'
Justin M. Keyes
2018-06-08
*
TUI: implement "standout" attribute #8081
Nimit Bhardwaj
2018-03-27
*
test: nvim_get_hl_by_name/by_id #7082
Justin M. Keyes
2017-10-08
*
Merge #7082 'api: nvim_get_hl_by_name/by_id'
Justin M. Keyes
2017-10-08
*
Changed prototypes to accept a boolean "rgb"
Matthieu Coudron
2017-09-30
*
Increased test coverage for RGB and cterm
Matthieu Coudron
2017-09-30
*
Adds nvim_get_hl_by_name/by_id
Matthieu Coudron
2017-09-30