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
/
runtime
/
lua
/
vim
/
treesitter
/
highlighter.lua
Commit message (
Expand
)
Author
Age
*
fix(treesitter) Set modeline=false in TSHighlighter:destroy (#32234)
Daniel Petrovic
2025-01-29
*
refactor: use nvim.foo.bar format for namespaces
Maria José Solano
2025-01-14
*
feat(treesitter)!: don't parse tree in get_parser() or start()
Riley Bruins
2025-01-12
*
feat(treesitter): async parsing
Riley Bruins
2025-01-12
*
refactor: split predicates and directives
vanaigr
2025-01-06
*
fix(api): only flush nvim__redraw when necessary #31250
luukvbaal
2024-11-18
*
fix(api): update "range" windows in nvim__redraw #31042
luukvbaal
2024-11-17
*
fix(treesitter): remove redundant on_bytes callback #31041
luukvbaal
2024-11-16
*
refactor: rename vim.highlight => vim.hl
Justin M. Keyes
2024-10-21
*
fix(treesitter): ensure syntaxset augroup exists (#29542)
zeertzjq
2024-07-03
*
refactor: use `vim._with` where possible
dundargoc
2024-06-28
*
fix(treesitter): do not modify highlight state for _on_spell_nav
Luuk van Baal
2024-06-24
*
refactor(lua): improve type annotations
Lewis Russell
2024-06-11
*
feat(api): add nvim__redraw for more granular redrawing
Luuk van Baal
2024-05-02
*
fix(treesitter): return correct match table in iter_captures()
Lewis Russell
2024-03-27
*
fix(treesitter): revert to using iter_captures in highlighter
Lewis Russell
2024-03-17
*
refactor(treesitter): move some logic into functions
Lewis Russell
2024-03-14
*
fix(treesitter): highlight injections properly
Lewis Russell
2024-03-14
*
fix(treesitter): use 0 as initial value for computing maximum (#27837)
Gregory Anders
2024-03-12
*
feat(treesitter): support URLs (#27132)
Gregory Anders
2024-03-12
*
docs: improve/add documentation of Lua types
Lewis Russell
2024-03-01
*
feat(docs): replace lua2dox.lua
Lewis Russell
2024-02-27
*
refactor(types): fix miscellaneous type warnings
Maria José Solano
2024-02-25
*
refactor(treesitter): typing for Query, TSQuery, and TSQueryInfo
Jongwook Choi
2024-02-08
*
fix(treesitter): prefix treesitter types with vim
Phạm Huy Hoàng
2024-01-24
*
refactor(treesitter): cleanup highlighter
Lewis Russell
2023-12-20
*
fix(treesitter): prepare highlight states for [s, ]s
Jaehwang Jung
2023-12-19
*
perf(treesitter): filter out trees outside the visible range early
Jaehwang Jung
2023-12-17
*
perf(treesitter): do not scan past given line for predicate match
L Lllvvuu
2023-09-16
*
fix(decorations): better approximation of botline #24794
Jaehwang Jung
2023-09-11
*
feat(treesitter)!: incremental injection parsing
Lewis Russell
2023-08-12
*
docs(lua): more improvements (#24387)
Lewis Russell
2023-07-18
*
fix(treesitter): use vim.highlight.priorities instead of hardcoded 100 (#24052)
Santos Gallegos
2023-06-18
*
fix(treesitter): redraw added/removed injections properly (#23287)
Lewis Russell
2023-04-30
*
refactor: rename local API alias from a to api
Lewis Russell
2023-04-05
*
fix(treesitter): use capture metadata range if exists
danilax999
2023-04-04
*
feat(treesitter)!: deprecate top level indexes to modules (#22761)
Lewis Russell
2023-03-24
*
fix(treesitter): annotations
Lewis Russell
2023-03-23
*
docs: fix vim.treesitter tags
Justin M. Keyes
2023-03-03
*
fix(treesitter): fix most diagnostics
Lewis Russell
2023-02-04
*
fix(treesitter): really restore syntax
Lewis Russell
2023-01-17
*
fix(ts): check buffer is loaded when restoring options (#21419)
Lewis Russell
2022-12-14
*
fix(treesitter): properly restore `'syntax'` (#21358)
Lewis Russell
2022-12-14
*
feat(spell): support nospell in treesitter queries
Lewis Russell
2022-11-12
*
docs(treesitter): clean up and update treesitter.txt (#20142)
Christian Clason
2022-09-14
*
fix(ts): do not clobber spelloptions (#20095)
Lewis Russell
2022-09-06
*
feat(extmarks,ts,spell): full support for spelling
Thomas Vigouroux
2022-09-06
*
feat(treesitter)!: use @foo.bar style highlight groups
bfredl
2022-08-26
*
refactor(lua): replace vim.cmd use with API calls (#19283)
Raphael
2022-07-09
*
refactor(lua): reformat with stylua 0.14.0 (#19264)
Christian Clason
2022-07-07
[next]