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
/
tests
/
indent
/
c_spec.lua
Age
Commit message (
Collapse
)
Author
2022-02-06
tests: add test for #2086
Stephan Seitz
While this does not test the described problem in insert mode
2022-02-05
tests: Add test for C folding issue #1568
Stephan Seitz
Also this issue has already been fixed
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(c): fix ternary
Stephan Seitz
2022-01-21
fix(indent): c/cpp - support newline after closing brace
Munif Tanjim
2022-01-21
feat: rewrite indent module
Munif Tanjim
2021-11-24
Mark failing indent tests to add them to CI
Stephan Seitz
Expected failures should be monitored so that we don't have regressions and also remove failure marks when they are resolved.
2021-08-01
add compound_lit.c test
leo60228
2021-07-04
Use stylua for autoformat code (#1480)
Santos Gallegos
2021-04-23
tests/indent: factor out most of the code into common.lua
Jędrzej Boczar
2021-04-23
tests/indent: move common code out of main lua/ directory
Jędrzej Boczar
2021-04-23
tests/indent: move the run helper functions to top-level
Jędrzej Boczar
2021-04-23
move all tests to top-level tests/ directory
Jędrzej Boczar