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
*
docs: fix vim.treesitter tags
Justin M. Keyes
2023-03-03
*
Merge pull request #22484 from gpanders/inspect-tree-fix-cursor
Christian Clason
2023-03-03
|
\
|
*
refactor(treesitter): use string.format to create lines
Gregory Anders
2023-03-02
*
|
fix(treesitter): typos in _range.lua
Jaehwang Jung
2023-03-03
*
|
fix(treesitter): disallow empty filetypes
Lewis Russell
2023-03-03
|
/
*
fix(treesitter): fixup for health
Lewis Russell
2023-02-27
*
fix(treesitter): ipairs -> pairs
Lewis Russell
2023-02-27
*
fix(treesitter): remove virtual text from playground
Lewis Russell
2023-02-27
*
feat(treesitter): expand the API
Lewis Russell
2023-02-26
*
feat(treesitter)!: remove silent option from language.add()
Lewis Russell
2023-02-24
*
fix(treesitter): fixup language invalidation (#22381)
Lewis Russell
2023-02-23
*
feat(treesitter): upstream foldexpr from nvim-treesitter
Lewis Russell
2023-02-23
*
perf(treesitter): smarter languagetree invalidation
Lewis Russell
2023-02-23
*
docs: fix more treesitter parsing errors
Christian Clason
2023-02-23
*
docs(treesitter): fix parse errors
Christian Clason
2023-02-23
*
feat(treesitter): add filetype -> lang API
Lewis Russell
2023-02-21
*
fix(treesitter): make params optional
Lewis Russell
2023-02-15
*
feat(treesitter): playground improvements
Lewis Russell
2023-02-10
*
feat(treesitter): respect metadata[id].range for offset!
figsoda
2023-02-04
*
feat(treesitter): add metadata option for get_node_text
figsoda
2023-02-04
*
feat(treesitter): allow capture text to be transformed
figsoda
2023-02-04
*
fix(treesitter): fix most diagnostics
Lewis Russell
2023-02-04
*
fix(treesitter): validate language name
Christian Clason
2023-01-28
*
fix(treesitter): really restore syntax
Lewis Russell
2023-01-17
*
docs: treesitter.add_directive, add_predicate #21206
Ching Pei Yang
2023-01-16
*
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(treesitter): add 'lang' option to show_tree() (#21341)
Gregory Anders
2022-12-08
*
feat(treesitter): add vim.treesitter.show_tree() (#21322)
Gregory Anders
2022-12-08
*
docs(gen): support language annotation in docstrings
Christian Clason
2022-12-02
*
feat(spell): support nospell in treesitter queries
Lewis Russell
2022-11-12
*
feat(checkhealth): check runtime ($VIMRUNTIME)
Justin M. Keyes
2022-10-30
*
feat(checkhealth): improve treesitter report
Justin M. Keyes
2022-10-30
*
fix(query): fix unnatural order for inherits in treesitter queries (#20298)
Sergey Berezhnoy
2022-09-29
*
fix(docs): invalid :help links #20345
Justin M. Keyes
2022-09-25
*
docs(treesitter): clean up and update treesitter.txt (#20142)
Christian Clason
2022-09-14
*
fix(treesitter): prevent endless loop on self-inheritence
Thomas Vigouroux
2022-09-11
*
fix(treesitter): use the right loading order for base queries (#20117)
bfredl
2022-09-08
*
feat(treesitter)!: do not merge queries by default (#20105)
Thomas Vigouroux
2022-09-08
*
Use weak tables in tree-sitter code (#17117)
Thomas Vigouroux
2022-09-07
*
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
*
feat(treesitter): clarify similar 'get_node_range' functions
Quentin Rasmont
2022-08-25
*
feat(treesitter): add ability to retreive a tree/node given a range
Quentin Rasmont
2022-08-25
*
feat(treesitter): add opts.concat to query.get_text_node
Quentin Rasmont
2022-08-25
*
feat(treesitter): allow customizing language symbol name
Thomas Vigouroux
2022-08-22
*
fix(treesitter): don't error when node argument of predicate is nil (#19355)
Stephan Seitz
2022-07-14
*
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]