aboutsummaryrefslogtreecommitdiff
path: root/runtime/lua/vim/highlight.lua
Commit message (Expand)AuthorAge
* refactor: rename vim.highlight => vim.hlJustin M. Keyes2024-10-21
* refactor: use `vim._with` where possibledundargoc2024-06-28
* feat: get/set namespace properties #28728altermo2024-06-07
* fix(lua): don't clamp -1 or v:maxcol in vim.highlight.range() (#29203)zeertzjq2024-06-05
* refactor(lua): rewrite vim.highlight.range() (#28986)zeertzjq2024-05-25
* refactor(api): nvim_win_xx_ns are EXPERIMENTALJustin M. Keyes2024-05-12
* refactor(api): rename nvim_win_remove_nsJustin M. Keyes2024-05-12
* perf(extmarks): better track whether namespace has extmarks (#28615)zeertzjq2024-05-03
* docs: misc #24163Justin M. Keyes2024-04-30
* refactor(lua): type annotationsLewis Russell2024-03-16
* feat(docs): replace lua2dox.luaLewis Russell2024-02-27
* fix(lua): make highlight.on_yank use win-local highlight (#27349)altermo2024-02-22
* docs: enforce "treesitter" spelling #27110Jongwook Choi2024-01-28
* 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