Maria José Solano
|
850084b519
refactor: use nvim.foo.bar format for namespaces
|
5 days ago |
Riley Bruins
|
bd4ca22d03
feat(treesitter)!: don't parse tree in get_parser() or start()
|
4 weeks ago |
Riley Bruins
|
45e606b1fd
feat(treesitter): async parsing
|
1 month ago |
vanaigr
|
dd234135ad
refactor: split predicates and directives
|
1 month ago |
luukvbaal
|
40347f6e27
fix(api): only flush nvim__redraw when necessary #31250
|
2 months ago |
luukvbaal
|
235cb5bc5f
fix(api): update "range" windows in nvim__redraw #31042
|
2 months ago |
luukvbaal
|
cdc9baeaf8
fix(treesitter): remove redundant on_bytes callback #31041
|
2 months ago |
Justin M. Keyes
|
18b43c331d
refactor: rename vim.highlight => vim.hl
|
3 months ago |
zeertzjq
|
d413038b4f
fix(treesitter): ensure syntaxset augroup exists (#29542)
|
6 months ago |
dundargoc
|
aa6b9c677d
refactor: use `vim._with` where possible
|
7 months ago |
Luuk van Baal
|
da4e8dc5b0
fix(treesitter): do not modify highlight state for _on_spell_nav
|
6 months ago |
Lewis Russell
|
5e49ef0af3
refactor(lua): improve type annotations
|
7 months ago |
Luuk van Baal
|
037ea6e786
feat(api): add nvim__redraw for more granular redrawing
|
9 months ago |
Lewis Russell
|
7d97150084
fix(treesitter): return correct match table in iter_captures()
|
9 months ago |
Lewis Russell
|
3b29b39e6d
fix(treesitter): revert to using iter_captures in highlighter
|
10 months ago |
Lewis Russell
|
00c4962cd2
refactor(treesitter): move some logic into functions
|
10 months ago |
Lewis Russell
|
12faaf40f4
fix(treesitter): highlight injections properly
|
10 months ago |
Gregory Anders
|
dc7ccd6bca
fix(treesitter): use 0 as initial value for computing maximum (#27837)
|
10 months ago |
Gregory Anders
|
cb46f6e467
feat(treesitter): support URLs (#27132)
|
10 months ago |
Lewis Russell
|
a5fe8f59d9
docs: improve/add documentation of Lua types
|
10 months ago |
Lewis Russell
|
9beb40a4db
feat(docs): replace lua2dox.lua
|
11 months ago |
Maria José Solano
|
185752614d
refactor(types): fix miscellaneous type warnings
|
11 months ago |
Jongwook Choi
|
800134ea5e
refactor(treesitter): typing for Query, TSQuery, and TSQueryInfo
|
11 months ago |
Phạm Huy Hoàng
|
617d1b28d6
fix(treesitter): prefix treesitter types with vim
|
1 year ago |
Lewis Russell
|
2498747add
refactor(treesitter): cleanup highlighter
|
1 year ago |
Jaehwang Jung
|
90a12d4a16
fix(treesitter): prepare highlight states for [s, ]s
|
1 year ago |
Jaehwang Jung
|
c0cb1e8e94
perf(treesitter): filter out trees outside the visible range early
|
1 year ago |
L Lllvvuu
|
07080f67fe
perf(treesitter): do not scan past given line for predicate match
|
1 year ago |
Jaehwang Jung
|
65738202f8
fix(decorations): better approximation of botline #24794
|
1 year ago |
Lewis Russell
|
2ca076e45f
feat(treesitter)!: incremental injection parsing
|
1 year ago |