| .. |
|
c
|
indents(c): Refactor indent queries
|
2023-01-14 04:52:21 -08: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
|
indents(ecma): Fix switch default indent
|
2022-12-07 18:05:33 +01: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): no indent at all composite_literal, indent at struct_type
|
2022-08-15 13:34:16 -07:00 |
|
graphql
|
tests: add indent test for graphql (#2459)
|
2022-02-05 19:11:14 +01:00 |
|
html
|
fix(html): fix wrong indents for script/style tags
|
2023-01-03 17:50:44 +01:00 |
|
java
|
Fixed incorrect Java indentation for method chaining
|
2022-04-04 06:58:26 +02:00 |
|
jsx
|
fix(jsx): add missing indent end mark to elements
|
2023-01-04 12:14:03 +01:00 |
|
lua
|
fix(indents): indents for error block (css, lua) (#3207)
|
2022-07-21 13:48:03 +02:00 |
|
php
|
fix(php): add indent for enums
|
2022-10-10 23:01:22 +02:00 |
|
python
|
indents(python): remove branches.py from expected failures
|
2022-02-05 18:54:55 +01:00 |
|
ql
|
simplify tests
|
2023-01-31 12:23:13 +01:00 |
|
r
|
indents(r): support special operator
|
2022-11-29 19:23:09 +01:00 |
|
ruby
|
Update indent-square-brackets.rb
|
2023-01-09 22:17:50 +01:00 |
|
rust
|
fix(rust): remove if_let from indent captures
|
2022-07-08 00:27:51 +02:00 |
|
terraform
|
feat(hcl,terraform): split terraform from hcl, add specialized queries for tf
|
2022-12-29 22:18:41 +01:00 |
|
tiger
|
test(tiger): import upstream tests
|
2022-06-14 22:34:03 +02:00 |
|
wgsl
|
indents(wgsl): add indents.scm
|
2022-09-28 19:25:07 -04:00 |
|
yaml
|
test(indents/yaml): add tests
|
2022-06-14 22:37:52 +02:00 |
|
zig
|
Add zig tests for newline
|
2022-08-08 14:07:30 -07:00 |
|
c_spec.lua
|
indents(c): update if cases
|
2023-01-14 04:52:21 -08: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 |
|
html_spec.lua
|
fix(html): fix wrong indents for script/style tags
|
2023-01-03 17:50:44 +01:00 |
|
java_spec.lua
|
Changed quotes to appease stylua
|
2022-04-04 06:58:26 +02:00 |
|
javascript_spec.lua
|
ci: add test for #3382 (wrong JS array indent)
|
2022-09-10 12:59:21 -07:00 |
|
jsx_spec.lua
|
fix(jsx): add missing indent end mark to elements
|
2023-01-04 12:14:03 +01:00 |
|
lua_spec.lua
|
fix(indents): indents for error block (css, lua) (#3207)
|
2022-07-21 13:48:03 +02:00 |
|
php_spec.lua
|
fix(php): add indent for enums
|
2022-10-10 23:01:22 +02:00 |
|
python_spec.lua
|
fix: Allow re-parsing in Python, XFAIL \ indentation test
|
2022-02-06 19:42:57 +01:00 |
|
ql_spec.lua
|
simplify tests
|
2023-01-31 12:23:13 +01:00 |
|
r_spec.lua
|
indents(r): support special operator
|
2022-11-29 19:23:09 +01:00 |
|
ruby_spec.lua
|
Add tests correctly for ruby rescue/ensure indentation
|
2023-01-06 19:48:42 +01:00 |
|
rust_spec.lua
|
fix(rust): remove if_let from indent captures
|
2022-07-08 00:27:51 +02:00 |
|
terraform_spec.lua
|
feat(hcl,terraform): split terraform from hcl, add specialized queries for tf
|
2022-12-29 22:18:41 +01:00 |
|
tiger_spec.lua
|
test(tiger): import upstream tests
|
2022-06-14 22:34:03 +02:00 |
|
wgsl_spec.lua
|
indents(wgsl): add indents.scm
|
2022-09-28 19:25:07 -04:00 |
|
yaml_spec.lua
|
test(indents/yaml): add tests
|
2022-06-14 22:37:52 +02:00 |
|
zig_spec.lua
|
Enable expandtab
|
2022-08-08 14:07:30 -07:00 |