index
:
nvim-treesitter.git
master
Unnamed repository; edit this file 'description' to name the repository.
Mike Vink
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lua
/
nvim-treesitter
/
indent.lua
Age
Commit message (
Expand
)
Author
2022-02-06
fix: Allow re-parsing in Python, XFAIL `\` indentation test
Stephan Seitz
2022-02-05
fix(indents): ignore comment_parsers for indentation
Stephan Seitz
2022-02-05
Update lua/nvim-treesitter/indent.lua
Stephan Seitz
2022-02-05
workaround(indents): avoid reparsing for indent sensitive yaml/python
Stephan Seitz
2022-02-05
fix(indents): re-parse before each indent
Stephan Seitz
2022-02-05
indents(c): add zero_indent for #if
Stephan Seitz
2022-02-05
indents(c): fix indentation on block comment
Stephan Seitz
2022-02-05
indents: refactor hanging indent
Stephan Seitz
2022-02-05
indents: allow aligned_indent for unfinished calls in C and Python
Stephan Seitz
2022-02-05
indents(cpp): indent at field_initializer_list
Stephan Seitz
2022-02-05
feat(indents): add support for language injection
Stephan Seitz
2022-01-21
feat(indent): ecma - support try_catch and if_else
Munif Tanjim
2022-01-21
feat(indent): support `@aligned_indent` for python
Munif Tanjim
2022-01-21
refactor(indent): extract functions and support metadata
Munif Tanjim
2022-01-21
feat(indent): use native Query:iter_captures
Munif Tanjim
2022-01-21
feat: rewrite indent module
Munif Tanjim
2022-01-21
feat: improve indent module
Munif Tanjim
2021-11-28
fix: off-by-one errors in indent calculation
oxalica
2021-07-04
Use stylua for autoformat code (#1480)
Santos Gallegos
2021-04-02
fix: prev_node nil check
kiyan
2021-04-01
fix: avoid infinite loop which causes some breakage
kiyan
2021-04-01
fix: indent on new line
kiyan
2021-03-30
refactor(all): language tree adaption (#1105)
Steven Sojka
2021-03-22
Fix indent size
Brady Phillips
2021-02-22
Fix indent size
BonaBeavis
2021-02-04
fixed #630
yzia2000
2021-01-14
indent: introduce @ignore to avoid indenting some nodes (e.g. comments)
Jędrzej Boczar
2021-01-14
indent: introduce @return to further tune indentation on `o`/`<cr>`
Jędrzej Boczar
2021-01-14
indent: improve behavior on `o`/`<cr>` in languages like Python
Jędrzej Boczar
2021-01-14
indent: fix wrong line number passed to descendant_for_range
Jędrzej Boczar
2021-01-04
indent fixes
kiyan42
2020-12-16
fix: support shiftwidth for indents.
Senghan Bright
2020-11-23
fix: update interface following languagetree merge (#687)
Thomas Vigouroux
2020-10-19
Treesitter indent
kiyan42
2020-10-19
start indent module
kiyan42