..
algorithm
add test
2023-04-08 09:56:06 -07:00
c
fix(c)!: update C, CPP parsers and queries
2023-07-27 09:51:13 +02:00
capnp
Update Capnp ( #4713 )
2023-05-07 00:12:49 +09:00
cpp
fix(cpp): incorrect indent of class with opening { on new line ( #5811 )
2023-12-22 05:49:13 +09:00
css
Combined closing.css and block.css test files into single open_block.css
2022-03-19 12:29:36 +01:00
dart
ci: add tests for #4632
2023-05-05 14:57:51 +02:00
dot
feat(dot): add indents queries
2024-03-15 09:18:33 +09: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
fix(gleam): minor indent fixes
2023-06-04 10:39:20 +09:00
go
fix(go): Indent on type switch case properly
2023-03-03 23:36:51 -05: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
feat: add indents for annotation defs ( #4828 )
2023-06-04 13:28:41 +09:00
jsx
fix(jsx): add missing indent end mark to elements
2023-01-04 12:14:03 +01:00
julia
Add more tests for assignments
2023-10-29 01:37:31 +02:00
lua
fix(indents): indents for error block (css, lua) ( #3207 )
2022-07-21 13:48:03 +02:00
meson
feat(meson): add indents.scm
2024-01-20 10:48:56 +01:00
nickel
fix(nickel): wrong indent on line after top level comment ( #4792 )
2023-05-13 15:03:05 +09:00
php
feat(php): improve indents in return statements & chained methods
2024-03-16 20:50:13 -04:00
python
fix(python): better try-except indentation ( #6097 )
2024-02-15 00:39:59 +07:00
ql
simplify tests
2023-01-31 12:23:13 +01:00
query
feat(query): indents that reflect the formatter ( #6154 )
2024-02-21 18:47:09 +09: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): indentation in multi-line tuple pattern ( #6402 )
2024-04-04 15:12:31 +00:00
smali
chore(smali): add tests
2023-04-25 02:37:31 -04:00
sql
indents(sql): initial support ( #4857 )
2023-05-25 05:53:14 +00:00
swift
feat(swift): add init/deinit indents
2024-03-13 11:09:42 +08:00
t32
fix(t32): update indent queries & test
2023-09-14 20:07:02 +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
usd
Added USD as a language + some queries
2023-05-15 09:28:11 +02:00
vue
indents(vue): fix indents on new line after <template>
2023-03-06 02:32:45 -05: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
yang
Add YANG indentation tests
2023-02-24 16:39:33 -05:00
yuck
fix(yuck): comment out start-of-line parens
2024-02-13 17:58:36 +01:00
zig
Add zig tests for newline
2022-08-08 14:07:30 -07:00
algorithm_spec.lua
add test
2023-04-08 09:56:06 -07:00
c_spec.lua
fix(c_indents): fix expression leaking indents
2023-04-08 09:59:21 -07:00
capnp_spec.lua
Update Capnp ( #4713 )
2023-05-07 00:12:49 +09:00
common.lua
fix: adapt to Nvim 0.11 deprecations
2024-05-17 17:16:44 +02: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
dart_spec.lua
ci: add tests for #4632
2023-05-05 14:57:51 +02:00
dot_spec.lua
feat(dot): add indents queries
2024-03-15 09:18:33 +09:00
gdscript_spec.lua
feat(indent): Implement basic indent for gdscript.
2022-01-24 13:11:01 +01:00
gleam_spec.lua
fix(gleam): minor indent fixes
2023-06-04 10:39:20 +09: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
feat: add indents for annotation defs ( #4828 )
2023-06-04 13:28:41 +09: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
julia_spec.lua
Fix tests
2023-10-29 01:37:31 +02:00
lua_spec.lua
fix(indents): indents for error block (css, lua) ( #3207 )
2022-07-21 13:48:03 +02:00
meson_spec.lua
feat(meson): add indents.scm
2024-01-20 10:48:56 +01:00
nickel_spec.lua
fix(nickel): wrong indent on line after top level comment ( #4792 )
2023-05-13 15:03:05 +09:00
php_spec.lua
feat(php): improve indents in return statements & chained methods
2024-03-16 20:50:13 -04:00
python_spec.lua
fix(python): better try-except indentation ( #6097 )
2024-02-15 00:39:59 +07:00
ql_spec.lua
simplify tests
2023-01-31 12:23:13 +01:00
query_spec.lua
feat(query): indents that reflect the formatter ( #6154 )
2024-02-21 18:47:09 +09:00
r_spec.lua
fix(r): adapt indent queries
2024-06-28 18:13:12 +02: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
smali_spec.lua
chore(smali): add tests
2023-04-25 02:37:31 -04:00
sql_spec.lua
indents(sql): initial support ( #4857 )
2023-05-25 05:53:14 +00:00
swift_spec.lua
feat(swift): add init/deinit indents
2024-03-13 11:09:42 +08:00
t32_spec.lua
fix(t32): update indent queries & test
2023-09-14 20:07:02 +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
tests: fix failed tests ( #4901 )
2023-06-05 09:52:36 +09:00
usd_spec.lua
Added USD as a language + some queries
2023-05-15 09:28:11 +02:00
vue_spec.lua
indents(vue): fix indents on new line after <template>
2023-03-06 02:32:45 -05:00
wgsl_spec.lua
tests: fix failed tests ( #4901 )
2023-06-05 09:52:36 +09:00
yaml_spec.lua
test(indents/yaml): add tests
2022-06-14 22:37:52 +02:00
yang_spec.lua
Fix broken YANG indent tests
2023-02-24 16:39:33 -05:00
yuck_spec.lua
fix(yuck): comment out start-of-line parens
2024-02-13 17:58:36 +01:00
zig_spec.lua
Enable expandtab
2022-08-08 14:07:30 -07:00