nvim-treesitter/tests/indent
Stephan Seitz 27424a2040 indents(go): improve @branch rules
- Don't branch at `case`
- Let `import_spec_list`/`var_declaration` behave like
  `const_declaration`

Fixes #2166
2022-08-05 12:32:20 -07:00
..
c tests: add test for #2086 2022-02-06 19:42:57 +01:00
cpp indents: refactor hanging indent 2022-02-05 18:54:55 +01:00
css Combined closing.css and block.css test files into single open_block.css 2022-03-19 12:29:36 +01:00
ecma fix(ecma): indent end for bracket (#3121) 2022-07-07 14:35:12 +02:00
gdscript feat(indent): Implement basic indent for gdscript. 2022-01-24 13:11:01 +01:00
gleam Gleam indentation tests 2022-02-15 19:01:02 +01:00
go indents(go): improve @branch rules 2022-08-05 12:32:20 -07:00
graphql tests: add indent test for graphql (#2459) 2022-02-05 19:11:14 +01:00
hcl indent(hcl): fix function calls 2022-04-25 23:36:36 +02:00
java Fixed incorrect Java indentation for method chaining 2022-04-04 06:58:26 +02:00
lua fix(indents): indents for error block (css, lua) (#3207) 2022-07-21 13:48:03 +02:00
php tests: add failing test for incomplete arguments 2022-02-13 12:19:54 +01:00
python indents(python): remove branches.py from expected failures 2022-02-05 18:54:55 +01:00
r r(indents): fix brace_list alignment 2022-03-29 08:43:38 +02:00
ruby fix: add more indentations for ruby (#3139) 2022-07-09 10:58:25 +02:00
rust fix(rust): remove if_let from indent captures 2022-07-08 00:27:51 +02:00
tiger test(tiger): import upstream tests 2022-06-14 22:34:03 +02:00
yaml test(indents/yaml): add tests 2022-06-14 22:37:52 +02:00
c_spec.lua tests: add test for #2086 2022-02-06 19:42:57 +01:00
common.lua tests(indent): also test creating new line when still in insert mode 2022-02-06 19:42:57 +01:00
cpp_spec.lua fix(indents): re-parse before each indent 2022-02-05 18:54:55 +01:00
css_spec.lua fix(indents): indents for error block (css, lua) (#3207) 2022-07-21 13:48:03 +02:00
gdscript_spec.lua feat(indent): Implement basic indent for gdscript. 2022-01-24 13:11:01 +01:00
gleam_spec.lua Gleam indentation tests 2022-02-15 19:01:02 +01:00
go_spec.lua fix(go): indent const declaration 2022-07-08 00:14:29 +02:00
graphql_spec.lua chore: remove executable permissions on graphql spec file (#3206) 2022-07-22 10:14:48 +02:00
hcl_spec.lua indent(hcl): fix function calls 2022-04-25 23:36:36 +02:00
java_spec.lua Changed quotes to appease stylua 2022-04-04 06:58:26 +02:00
javascript_spec.lua fix(ecma): indent end for bracket (#3121) 2022-07-07 14:35:12 +02:00
lua_spec.lua fix(indents): indents for error block (css, lua) (#3207) 2022-07-21 13:48:03 +02:00
php_spec.lua Don't expect any change on reindenting the whole unfinished-call.php 2022-05-15 14:52:43 +02:00
python_spec.lua fix: Allow re-parsing in Python, XFAIL \ indentation test 2022-02-06 19:42:57 +01:00
r_spec.lua r(indents): fix brace_list alignment 2022-03-29 08:43:38 +02:00
ruby_spec.lua fix: add more indentations for ruby (#3139) 2022-07-09 10:58:25 +02:00
rust_spec.lua fix(rust): remove if_let from indent captures 2022-07-08 00:27:51 +02:00
tiger_spec.lua test(tiger): import upstream tests 2022-06-14 22:34:03 +02:00
yaml_spec.lua test(indents/yaml): add tests 2022-06-14 22:37:52 +02:00