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): handle empty region when logging (#24173)
Jaehwang Jung
2023-06-27
*
fix(treesitter): make foldexpr work without highlighting (#24167)
Jaehwang Jung
2023-06-27
*
fix(treesitter): use vim.highlight.priorities instead of hardcoded 100 (#24052)
Santos Gallegos
2023-06-18
*
refactor(treesitter): use npcall in _query_linter.lua #23985
Stephan Seitz
2023-06-11
*
refactor!: rename "playground" => "dev" #23919
Justin M. Keyes
2023-06-06
*
feat(lua): rename vim.loop -> vim.uv (#22846)
Lewis Russell
2023-06-03
*
fix: function was renamed (#23772)
Matthieu Coudron
2023-05-26
*
fix(treesitter): allow foldexpr without highlights (#23672)
Lewis Russell
2023-05-18
*
feat(treesitter): improved logging (#23638)
Lewis Russell
2023-05-17
*
fix(treesitter): correctly calculate bytes for text sources (#23655)
Lewis Russell
2023-05-16
*
fix(treesitter): update c queries
Christian Clason
2023-05-15
*
docs: small fixes
dundargoc
2023-05-13
*
fix(treesitter): support subfiletypes in get_lang (#23605)
Christian Clason
2023-05-13
*
feat(treesitter): add support for setting query depths
Lewis Russell
2023-05-11
*
perf(treesitter): insert/remove items efficiently (#23443)
Lewis Russell
2023-05-02
*
fix(treesitter): do not calc folds on unloaded buffers
Lewis Russell
2023-05-02
*
fix(treesitter): foldexpr tweaks
Lewis Russell
2023-05-01
*
fix(treesitter): redraw added/removed injections properly (#23287)
Lewis Russell
2023-04-30
*
feat(treesitter): upstream query omnifunc from playground (#23394)
Christian Clason
2023-04-30
*
feat(treesitter): add query_linter from nvim-treesitter/playground (#22784)
Stephan Seitz
2023-04-29
*
fix(treesitter playground): fix the wrong range of a node displayed i… (#23...
William
2023-04-20
*
refactor: deprecate checkhealth functions
dundargoc
2023-04-15
*
fix(treesitter): Use the correct replacement args for #gsub! directive (#23015)
Scott Ming
2023-04-11
*
fix(treesitter): do not track ranges of the root tree (#22912)
Lewis Russell
2023-04-06
*
refactor: rename local API alias from a to api
Lewis Russell
2023-04-05
*
fix(windows): consistent normalization in fs.find
dundargoc
2023-04-04
*
refactor(treesitter): move inspect_tree impl
Lewis Russell
2023-04-04
*
docs: fix typos
dundargoc
2023-04-04
*
refactor(treesitter): delegate region calculation to treesitter (#22576)
Lewis Russell
2023-04-04
*
fix(treesitter): use capture metadata range if exists
danilax999
2023-04-04
*
fix(health): stop using deprecated ts.language.inspect_language() (#22850)
Sizhe Zhao
2023-04-01
*
refactor(treesitter)!: rename help parser to vimdoc
Christian Clason
2023-04-01
*
feat: add `vim.treesitter.language.get_filetypes()` (#22643)
Lewis Russell
2023-03-30
*
fix(treesitter): add missing deprecate
Lewis Russell
2023-03-24
*
feat(treesitter)!: deprecate top level indexes to modules (#22761)
Lewis Russell
2023-03-24
*
fix(treesitter): annotations
Lewis Russell
2023-03-23
*
fix(treesitter): foldexpr (#22652)
Lewis Russell
2023-03-13
*
Merge pull request #22613 from lewis6991/feat/tsqueryutil
Lewis Russell
2023-03-11
|
\
|
*
refactor(treesitter): add Range type aliase for Range4|Range6
Lewis Russell
2023-03-11
|
*
feat(treesitter)!: consolidate query util functions
Lewis Russell
2023-03-10
*
|
feat!(treesitter): do not return changes from LanguageTree:parse()
Lewis Russell
2023-03-10
|
/
*
perf(treesitter): more efficient foldexpr
Lewis Russell
2023-03-10
*
fix(treesitter): do not error on empty filetype
Lewis Russell
2023-03-10
*
refactor(treesitter): use byte ranges from treesitter (#22589)
Lewis Russell
2023-03-09
*
Revert "refactor(treesitter): delegate region calculation to treesitter" (#22...
Lewis Russell
2023-03-08
*
refactor(treesitter): delegate region calculation to treesitter (#22553)
Lewis Russell
2023-03-08
*
feat(treesitter): use upstream format for injection queries
Lewis Russell
2023-03-08
*
refactor(treesitter): simplify some range functions
Lewis Russell
2023-03-06
*
docs: module-level docstrings (@defgroup) #22498
Justin M. Keyes
2023-03-05
*
docs(treesitter): number → integer (#22513)
Jaehwang Jung
2023-03-04
[next]