aboutsummaryrefslogtreecommitdiff
path: root/runtime/lua/vim/highlight.lua
Commit message (Expand)AuthorAge
* docs: replace <pre> with ``` (#25136)Gregory Anders2023-09-14
* feat(extmark): support proper multiline rangesbfredl2023-09-12
* docs(lua): more improvements (#24387)Lewis Russell2023-07-18
* docs(lua): change *lua-foo* -> *vim.foo*Lewis Russell2023-07-17
* docs(lua): move function docs to lua filesLewis Russell2023-07-17
* feat(lua): add hl priority opts on yank (#23509)marcoSven2023-05-06
* feat(lua): vim.region accepts getpos() arg (#22635)NAKAI Tsuyoshi2023-04-11
* refactor(highlight)!: remove deprecated functionsnullchilly2023-03-11
* docs(highlight): fix type annotations (#22272)Jaehwang Jung2023-03-04
* feat(lsp): initial support for semantic token highlightingJohn Drouhard2022-12-08
* fix(docs): invalid :help links #20345Justin M. Keyes2022-09-25
* refactor(lua): replace vim.cmd use with API calls (#19283)Raphael2022-07-09
* refactor(lua): reformat with stylua 0.14.0 (#19264)Christian Clason2022-07-07
* fix(lua): stop pending highlight.on_yank timer, if any (#18824)Wsevolod2022-06-02
* chore: format runtime with styluaChristian Clason2022-05-09
* refactor(highlight)!: optional arguments for highlight.range as table (#17462)Christian Clason2022-02-21
* feat: use nvim_buf_set_extmark for vim.highlight (#16963)Michael Lingelbach2022-01-15
* fix(lua): verify buffer in highlight.on_yank (#15482)notomo2021-08-26
* docs: make Lua docstrings consistent #15255Gregory Anders2021-08-22
* lsp: vim.lsp.diagnostic (#12655)TJ DeVries2020-11-12
* fix(highlight): compare rows vs columns in range highlight check (#12852)Steven Sojka2020-09-05
* lua: add options to highlight.on_yank (#12549)Christian Clason2020-07-05
* lua: add vim.highlight.range (#12401)Christian Clason2020-05-31
* lua: Add highlight.on_yank (#12279)Christian Clason2020-05-18