..
algorithm
add test
2023-04-08 09:56:06 -07:00
angular
feat: add indentation queries for angular
2024-07-17 09:52:47 +09:00
bash
feat(bash): add indents query
2026-01-03 11:29:39 +01: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
fix(ecma): indent single-line if statements ( #6846 )
2024-07-04 11:13:16 +09:00
gdscript
feat(indent): Implement basic indent for gdscript.
2022-01-24 13:11:01 +01:00
gleam
tests(gleam): fix assert tests that no longer parse correctly
2025-05-12 18:43:40 +02: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(lua): proper indent after multiline string arg
2024-08-05 10:07:41 +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
nix
feat(nix): indentation queries
2024-07-05 15:13:25 +02:00
nu
feat(nu): add parser and queries ( #7267 )
2024-11-05 15:25:42 +01:00
php
feat(php): php 8.4 support ( #6741 )
2024-08-18 12:30:04 +02:00
python
feat(python): Improved python indentation ( #6859 )
2024-07-16 20:13:41 +09:00
ql
simplify tests
2023-01-31 12:23:13 +01:00
query
fix(query): proper indentation after quantifiers
2024-08-02 22:45:14 +09:00
r
fix: prevent double indent from pipes
2024-07-31 11:23:46 +02:00
rescript
feat: add rescript parser and queries ( #6671 )
2024-07-27 17:34:30 +02: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
snakemake
feat(snakemake): update queries ( #8106 )
2025-09-07 13:58:28 +02:00
sql
indents(sql): initial support ( #4857 )
2023-05-25 05:53:14 +00:00
sway
feat: sway programming language
2024-11-04 08:36:41 +01: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
typst
fix(typst): indentation for block and branch
2026-02-25 18:35:46 +01: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
fix(wgsl): indent call expression params ( #7309 )
2024-11-06 10:09:14 -08: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
feat!: drop modules, general refactor and cleanup
2025-05-12 18:43:40 +02:00
angular_spec.lua
tests(angular): don' reset filetype
2025-05-12 18:43:40 +02:00
bash_spec.lua
feat(bash): add indents query
2026-01-03 11:29:39 +01:00
c_spec.lua
feat!: drop modules, general refactor and cleanup
2025-05-12 18:43:40 +02:00
capnp_spec.lua
feat!: drop modules, general refactor and cleanup
2025-05-12 18:43:40 +02:00
common.lua
tests(indent): adapt scandir to nightly changes
2026-07-18 22:23:55 +02:00
cpp_spec.lua
tests: remove set ft
2025-05-12 18:43:40 +02:00
css_spec.lua
feat!: drop modules, general refactor and cleanup
2025-05-12 18:43:40 +02:00
dart_spec.lua
feat!: drop modules, general refactor and cleanup
2025-05-12 18:43:40 +02:00
dot_spec.lua
feat!: drop modules, general refactor and cleanup
2025-05-12 18:43:40 +02:00
gdscript_spec.lua
feat!: drop modules, general refactor and cleanup
2025-05-12 18:43:40 +02:00
gleam_spec.lua
feat!: drop modules, general refactor and cleanup
2025-05-12 18:43:40 +02:00
go_spec.lua
feat!: drop modules, general refactor and cleanup
2025-05-12 18:43:40 +02:00
graphql_spec.lua
feat!: drop modules, general refactor and cleanup
2025-05-12 18:43:40 +02:00
html_spec.lua
feat!: drop modules, general refactor and cleanup
2025-05-12 18:43:40 +02:00
java_spec.lua
tests(gleam): fix assert tests that no longer parse correctly
2025-05-12 18:43:40 +02:00
javascript_spec.lua
tests: remove set ft
2025-05-12 18:43:40 +02:00
jsx_spec.lua
tests: remove set ft
2025-05-12 18:43:40 +02:00
julia_spec.lua
feat!: drop modules, general refactor and cleanup
2025-05-12 18:43:40 +02:00
lua_spec.lua
feat!: drop modules, general refactor and cleanup
2025-05-12 18:43:40 +02:00
meson_spec.lua
feat!: drop modules, general refactor and cleanup
2025-05-12 18:43:40 +02:00
nickel_spec.lua
feat!: drop modules, general refactor and cleanup
2025-05-12 18:43:40 +02:00
nix_spec.lua
feat!: drop modules, general refactor and cleanup
2025-05-12 18:43:40 +02:00
nu_spec.lua
feat!: drop modules, general refactor and cleanup
2025-05-12 18:43:40 +02:00
php_spec.lua
feat!: drop modules, general refactor and cleanup
2025-05-12 18:43:40 +02:00
python_spec.lua
tests(gleam): fix assert tests that no longer parse correctly
2025-05-12 18:43:40 +02:00
ql_spec.lua
feat!: drop modules, general refactor and cleanup
2025-05-12 18:43:40 +02:00
query_spec.lua
feat!: drop modules, general refactor and cleanup
2025-05-12 18:43:40 +02:00
r_spec.lua
feat!: drop modules, general refactor and cleanup
2025-05-12 18:43:40 +02:00
rescript_spec.lua
feat!: drop modules, general refactor and cleanup
2025-05-12 18:43:40 +02:00
ruby_spec.lua
feat!: drop modules, general refactor and cleanup
2025-05-12 18:43:40 +02:00
rust_spec.lua
feat!: drop modules, general refactor and cleanup
2025-05-12 18:43:40 +02:00
smali_spec.lua
feat!: drop modules, general refactor and cleanup
2025-05-12 18:43:40 +02:00
snakemake_spec.lua
feat(snakemake): update queries ( #8106 )
2025-09-07 13:58:28 +02:00
sql_spec.lua
feat!: drop modules, general refactor and cleanup
2025-05-12 18:43:40 +02:00
sway_spec.lua
feat!: drop modules, general refactor and cleanup
2025-05-12 18:43:40 +02:00
swift_spec.lua
feat!: drop modules, general refactor and cleanup
2025-05-12 18:43:40 +02:00
t32_spec.lua
feat!: drop modules, general refactor and cleanup
2025-05-12 18:43:40 +02:00
terraform_spec.lua
feat!: drop modules, general refactor and cleanup
2025-05-12 18:43:40 +02:00
tiger_spec.lua
feat!: drop modules, general refactor and cleanup
2025-05-12 18:43:40 +02:00
typst_spec.lua
fix(typst): indentation for block and branch
2026-02-25 18:35:46 +01:00
usd_spec.lua
feat!: drop modules, general refactor and cleanup
2025-05-12 18:43:40 +02:00
vue_spec.lua
feat!: drop modules, general refactor and cleanup
2025-05-12 18:43:40 +02:00
wgsl_spec.lua
feat!: drop modules, general refactor and cleanup
2025-05-12 18:43:40 +02:00
yaml_spec.lua
feat!: drop modules, general refactor and cleanup
2025-05-12 18:43:40 +02:00
yang_spec.lua
feat!: drop modules, general refactor and cleanup
2025-05-12 18:43:40 +02:00
yuck_spec.lua
feat!: drop modules, general refactor and cleanup
2025-05-12 18:43:40 +02:00
zig_spec.lua
feat!: drop modules, general refactor and cleanup
2025-05-12 18:43:40 +02:00