summaryrefslogtreecommitdiffstatshomepage
path: root/runtime/lua/vim/highlight.lua
AgeCommit message (Expand)AuthorFiles
2024-05-12refactor(api): nvim_win_xx_ns are EXPERIMENTALJustin M. Keyes1
2024-05-12refactor(api): rename nvim_win_remove_nsJustin M. Keyes1
2024-05-03perf(extmarks): better track whether namespace has extmarks (#28615)zeertzjq1
2024-04-30docs: misc #24163Justin M. Keyes1
2024-03-16refactor(lua): type annotationsLewis Russell1
2024-02-27feat(docs): replace lua2dox.luaLewis Russell1
2024-02-22fix(lua): make highlight.on_yank use win-local highlight (#27349)altermo1
2024-01-28docs: enforce "treesitter" spelling #27110Jongwook Choi1
2023-09-14docs: replace <pre> with ``` (#25136)Gregory Anders1
2023-09-12feat(extmark): support proper multiline rangesbfredl1
2023-07-18docs(lua): more improvements (#24387)Lewis Russell1
2023-07-17docs(lua): change *lua-foo* -> *vim.foo*Lewis Russell1
2023-07-17docs(lua): move function docs to lua filesLewis Russell1
2023-05-06feat(lua): add hl priority opts on yank (#23509)marcoSven1
2023-04-11feat(lua): vim.region accepts getpos() arg (#22635)NAKAI Tsuyoshi1
2023-03-11refactor(highlight)!: remove deprecated functionsnullchilly1
2023-03-04docs(highlight): fix type annotations (#22272)Jaehwang Jung1
2022-12-08feat(lsp): initial support for semantic token highlightingJohn Drouhard1
2022-09-25fix(docs): invalid :help links #20345Justin M. Keyes1
2022-07-09refactor(lua): replace vim.cmd use with API calls (#19283)Raphael1
2022-07-07refactor(lua): reformat with stylua 0.14.0 (#19264)Christian Clason1
2022-06-02fix(lua): stop pending highlight.on_yank timer, if any (#18824)Wsevolod1
2022-05-09chore: format runtime with styluaChristian Clason1
2022-02-21refactor(highlight)!: optional arguments for highlight.range as table (#17462)Christian Clason1
2022-01-15feat: use nvim_buf_set_extmark for vim.highlight (#16963)Michael Lingelbach1
2021-08-26fix(lua): verify buffer in highlight.on_yank (#15482)notomo1
2021-08-22docs: make Lua docstrings consistent #15255Gregory Anders1
2020-11-12lsp: vim.lsp.diagnostic (#12655)TJ DeVries1
2020-09-05fix(highlight): compare rows vs columns in range highlight check (#12852)Steven Sojka1
2020-07-05lua: add options to highlight.on_yank (#12549)Christian Clason1
2020-05-31lua: add vim.highlight.range (#12401)Christian Clason1
2020-05-18lua: Add highlight.on_yank (#12279)Christian Clason1