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.lua
Commit message (
Expand
)
Author
Age
*
docs(treesitter): add disclaimer about needing to parse before `get_node()`
L Lllvvuu
2023-11-04
*
feat(treesitter): add foldtext with treesitter highlighting (#25391)
Till Bungert
2023-10-01
*
docs: fix type warnings
Maria José Solano
2023-09-23
*
refactor(treesitter): rename "preview" => "edit" #25161
Maria José Solano
2023-09-15
*
docs: replace <pre> with ``` (#25136)
Gregory Anders
2023-09-14
*
feat(treesitter): add a query editor (#24703)
Maria José Solano
2023-08-25
*
fix(treesitter): stop() should treat 0 as current buffer #24450
Micah Halter
2023-07-24
*
docs(lua): more improvements (#24387)
Lewis Russell
2023-07-18
*
refactor!: rename "playground" => "dev" #23919
Justin M. Keyes
2023-06-06
*
fix(treesitter): allow foldexpr without highlights (#23672)
Lewis Russell
2023-05-18
*
refactor: rename local API alias from a to api
Lewis Russell
2023-04-05
*
refactor(treesitter): move inspect_tree impl
Lewis Russell
2023-04-04
*
fix(treesitter): disable folding in inspect_tree() (#22885)
Lewis Russell
2023-04-04
*
feat: add `vim.treesitter.language.get_filetypes()` (#22643)
Lewis Russell
2023-03-30
*
feat(treesitter)!: deprecate top level indexes to modules (#22761)
Lewis Russell
2023-03-24
*
fix(treesitter): annotations
Lewis Russell
2023-03-23
*
fix(treesitter): InspectTree does not respect 'splitright' #22692
Yochem van Rosmalen
2023-03-17
*
refactor(treesitter)!: remove deprecated show_tree func
nullchilly
2023-03-11
*
fix(treesitter): better lang handling of get_parser()
Lewis Russell
2023-03-10
*
fix(treesitter): is_in_node_range (#22582)
Lewis Russell
2023-03-08
*
refactor(treesitter): simplify some range functions
Lewis Russell
2023-03-06
*
fix(treesitter): break early from loop when match is found (#22499)
Gregory Anders
2023-03-03
*
Merge pull request #22484 from gpanders/inspect-tree-fix-cursor
Christian Clason
2023-03-03
|
\
|
*
fix(treesitter): maintain cursor position when toggling anonymous nodes
Gregory Anders
2023-03-02
*
|
fix(treesitter): disallow empty filetypes
Lewis Russell
2023-03-03
|
/
*
feat(treesitter): add :InspectTree command (#22477)
Christian Clason
2023-03-02
*
refactor: rename show_tree => inspect_tree #22474
Justin M. Keyes
2023-03-02
*
feat(treesitter): upstream foldexpr from nvim-treesitter
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
*
refactor(treesitter): Add vim.treesitter.get_node() (#22360)
Gregory Anders
2023-02-22
*
feat(treesitter): add filetype -> lang API
Lewis Russell
2023-02-21
*
fix(treesitter): don't trample parsers when filetype!=lang
Lewis Russell
2023-02-10
*
feat(treesitter): playground improvements
Lewis Russell
2023-02-10
*
fix(treesitter): fix most diagnostics
Lewis Russell
2023-02-04
*
Merge pull request #21393 from folke/highlight_show
Christian Clason
2022-12-17
|
\
|
*
feat: `vim.inspect_pos`, `vim.show_pos`, `:Inspect`
Folke Lemaitre
2022-12-17
*
|
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
*
refactor(treesitter): rename x_position => x_pos
Justin M. Keyes
2022-09-25
*
fix(treesitter): return full metadata for get_captures_at_position (#20203)
Christian Clason
2022-09-16
*
docs(treesitter): clean up and update treesitter.txt (#20142)
Christian Clason
2022-09-14
*
Merge pull request #20093 from neovim/upstream-ts-util
Christian Clason
2022-09-08
|
\
|
*
refactor(treesitter): get_{nodes,captures}_at_{position,cursor}
Christian Clason
2022-09-06
|
*
feat(treesitter): upstream get_node_at_cursor()
Quentin Rasmont
2022-09-06
*
|
docs(treesitter): fix doxygen
zeertzjq
2022-09-08
*
|
Use weak tables in tree-sitter code (#17117)
Thomas Vigouroux
2022-09-07
*
|
fix(treesitter): don't support legacy syntax in start()
Christian Clason
2022-09-06
|
/
[next]