| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
Fixes #3288
|
|
|
|
|
|
|
|
|
|
- Don't branch at `case`
- Let `import_spec_list`/`var_declaration` behave like
`const_declaration`
Fixes #2166
|
|
|
|
|
|
|
|
fixes https://github.com/nvim-treesitter/nvim-treesitter/issues/3073
|
|
https://github.com/nvim-treesitter/nvim-treesitter/issues/3104
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This commit adds tests for hcl indentation and fixes various bugs
|
|
test(go): combine new indent test cases
test(go): add incorrect indent after var closing )
this case does not work correctly already so add that in since this PR
does not address that case
test(go): set current lines in indent test
test(go): simplify test case
|
|
|
|
Fixes #2515
|
|
|
|
|
|
|
|
|
|
|
|
Added a failing test for possible broken CSS syntax tree
|
|
|
|
existing comment block
Previous indentation:
/**
*
*/
New indentation:
/**
*
*/
|
|
|
|
blocks were defaulting to indent 0
|
|
|
|
|
|
|
|
an annotation
|
|
Added test for Java enum indentation
|
|
|
|
declaration
Added tests for Java indentation, including one for issue 2571
|
|
|
|
|
|
Fixes #2497
|
|
|