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
Commit message (
Expand
)
Author
Age
*
fix(treesitter): return correct match table in iter_captures()
Lewis Russell
2024-03-27
*
refactor(treesitter): redesign query iterating
Lewis Russell
2024-03-19
*
fix(treesitter): revert to using iter_captures in highlighter
Lewis Russell
2024-03-17
*
refactor(lua): type annotations
Lewis Russell
2024-03-16
*
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: support inline markdown
Lewis Russell
2024-03-09
*
feat!: remove deprecated functions
dundargoc
2024-03-09
*
refactor(types): more fixes (2)
Lewis Russell
2024-03-06
*
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
*
feat(treesitter): add folding for `InspectTree` (#27518)
再生花
2024-02-22
*
fix: fix iter_matches call in query linter (#27496)
Gregory Anders
2024-02-16
*
fix(treesitter): correctly handle query quantifiers (#24738)
Thomas Vigouroux
2024-02-16
*
refactor(treesitter): {start,stop} are optional in Query:iter_* methods
Jongwook Choi
2024-02-08
*
refactor(treesitter): typing for Query, TSQuery, and TSQueryInfo
Jongwook Choi
2024-02-08
*
feat(treesitter): show root nodes in :InspectTree (#26944)
altermo
2024-02-06
*
feat(treesitter): use 0-based indexing to show ranges in `:InspectTree`
Jongwook Choi
2024-02-05
*
fix(treesitter): inspect-tree remember opts on buf change
altermo
2024-02-04
*
refactor: create function for deferred loading
dundargoc
2024-02-03
*
docs: enforce "treesitter" spelling #27110
Jongwook Choi
2024-01-28
*
revert: "feat(treesitter): add foldtext with treesitter highlighting"
Till Bungert
2024-01-27
*
fix(treesitter): avoid # of nil in _query_linter
Daniel Kongsgaard
2024-01-24
*
fix(treesitter): prefix treesitter types with vim
Phạm Huy Hoàng
2024-01-24
*
fix(treesitter): validate language alias for injections
Christian Clason
2024-01-18
*
fix(doc): improve doc generation of types using lpeg
Lewis Russell
2024-01-11
*
docs(treesitter): improve 'no parser' error message for InspectTree
Jongwook Choi
2024-01-08
*
refactor: use vim.deprecate on all deprecated functions
dundargoc
2023-12-27
*
fix(treesitter): outdated highlight due to tree with outdated region
Jaehwang Jung
2023-12-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
*
fix(treesitter): improve vim.treesitter.foldexpr
Jaehwang Jung
2023-12-12
*
fix(treesitter): fix indexing in foldexpr
Jaehwang Jung
2023-12-12
*
fix: Remove nested for_each_tree in TSTreeView (#26328)
Pham Huy Hoang
2023-11-30
*
fix(treesitter): fix parens stacking in inspector display (#26304)
Gregory Anders
2023-11-30
*
fix(treesitter): adjust indentation in inspector highlights (#26302)
Gregory Anders
2023-11-29
*
docs: document TSNode:byte_length() (#26287)
Gregory Anders
2023-11-29
*
fix(treesitter): make InspectTree correctly handle nested injections (#26085)
Pham Huy Hoang
2023-11-29
*
fix(treesitter): use proper query syntax for inspector (#26274)
Gregory Anders
2023-11-29
*
fix(treesitter): don't invalidate parser when discovering injections
Dmytro Soltys
2023-11-27
*
fix(treesitter): set cursor position when opening inspector
Maria José Solano
2023-10-19
*
fix(docs): fix TSNode incorrect signatures
Pham Huy Hoang
2023-10-19
*
fix(treesitter): check that buf is loaded in autocommands (#25679)
Maria José Solano
2023-10-17
*
docs: small fixes
dundargoc
2023-10-10
*
fix(treesitter): make Visual hl work consistently with foldtext (#25484)
zeertzjq
2023-10-03
*
feat(treesitter): add foldtext with treesitter highlighting (#25391)
Till Bungert
2023-10-01
[next]