| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | fix(wgsl): indent call expression params (#7309) | ganhaque | 2024-11-06 | 2 | -0/+31 |
| | | |||||
| * | fix(wgsl): indent first parameter of function definition | Riley Bruins | 2024-11-06 | 2 | -1/+23 |
| | | |||||
| * | feat(nu): add parser and queries (#7267) | Abhishek Singh | 2024-11-05 | 7 | -0/+51 |
| | | |||||
| * | feat: sway programming language | Riley Bruins | 2024-11-04 | 2 | -0/+365 |
| | | |||||
| * | feat(php): php 8.4 support (#6741) | Caleb White | 2024-08-18 | 2 | -0/+18 |
| | | | | | | | | | | * chore(php): update maintainers * feat(php): update php rules, highlight imported functions/consts * feat(php): indent inside property hooks * chore: update php and php_only revision | ||||
| * | fix(lua): proper indent after multiline string arg | Riley Bruins | 2024-08-05 | 2 | -0/+5 |
| | | |||||
| * | fix(query): proper indentation after quantifiers | Riley Bruins | 2024-08-02 | 2 | -1/+13 |
| | | |||||
| * | fix: prevent double indent from pipes | Oliver Thomas | 2024-07-31 | 2 | -0/+4 |
| | | |||||
| * | feat: add rescript parser and queries (#6671) | Riley Bruins | 2024-07-27 | 4 | -0/+311 |
| | | |||||
| * | fix(php): correct line endings | Christian Clason | 2024-07-17 | 1 | -12/+12 |
| | | |||||
| * | feat: add indentation queries for angular | Dennis van den Berg | 2024-07-17 | 5 | -0/+112 |
| | | |||||
| * | fix(lua): indent functions before they are closed | Riley Bruins | 2024-07-16 | 2 | -0/+3 |
| | | | | | Fixes #6786 | ||||
| * | feat(python): Improved python indentation (#6859) | Grace Petryk | 2024-07-16 | 2 | -0/+46 |
| | | | | | | | | | | | | | | * feat: improve python indentation * use lua-match * revert concatenated_string changes, handle function def hanging indents * lint * add delimiters to param query * add test cases | ||||
| * | fix(php): do not indent after class/enum decl | 再生花 | 2024-07-09 | 2 | -0/+17 |
| | | |||||
| * | feat(nix): indentation queries | Riley Bruins | 2024-07-05 | 3 | -0/+304 |
| | | |||||
| * | fix(ecma): indent single-line if statements (#6846) | Riley Bruins | 2024-07-04 | 2 | -0/+8 |
| | | | | Fixes #5898. | ||||
| * | fix(r): adapt indent queries | Phạm Huy Hoàng | 2024-06-28 | 1 | -6/+3 |
| | | | | | | | | - Anchor parameter query. There's no need for multiple indent.align captures - Narrow down binary_operator indent.begin. From tree-sitter-r corpus and highlight tests, this seems to be appropriate. | ||||
| * | feat(r)!: update parser and queries | Christian Clason | 2024-06-27 | 1 | -3/+4 |
| | | |||||
| * | fix: adapt to Nvim 0.11 deprecations | Christian Clason | 2024-05-17 | 1 | -1/+1 |
| | | |||||
| * | fix(rust): indentation in multi-line tuple pattern (#6402) | ganhaque | 2024-04-04 | 1 | -0/+8 |
| | | | | | | * fix(rust): indentation in multi-line tuple pattern * test(indent): rust - add test for tuple pattern indent | ||||
| * | feat(php): improve indents in return statements & chained methods | Caleb White | 2024-03-16 | 2 | -0/+104 |
| | | |||||
| * | feat(dot): add indents queries | Luckas | 2024-03-15 | 2 | -0/+33 |
| | | | | | | | | * feat(dot): add indents queries * add: tests * fix: test | ||||
| * | feat(swift): add init/deinit indents | 再生花 | 2024-03-13 | 2 | -4/+6 |
| | | | | | Signed-off-by: Phạm Huy Hoàng <hoangtun0810@gmail.com> | ||||
| * | feat(swift): add will/didSet indent | Phạm Huy Hoàng | 2024-03-04 | 2 | -2/+6 |
| | | | | | Fixes CI error in PR.6237 | ||||
| * | feat(query): indents that reflect the formatter (#6154) | Riley Bruins | 2024-02-21 | 3 | -1/+67 |
| | | | | | | * feat(query): indents that reflect the formatter Indentation queries that reflect the query formatter. Only applicable if `lispoptions=expr:1` | ||||
| * | fix(python): better try-except indentation (#6097) | Riley Bruins | 2024-02-15 | 2 | -0/+8 |
| | | |||||
| * | fix(yuck): comment out start-of-line parens | Phạm Huy Hoàng | 2024-02-13 | 2 | -0/+36 |
| | | |||||
| * | feat(meson): add indents.scm | Jędrzej Boczar | 2024-01-20 | 9 | -0/+147 |
| | | |||||
| * | fix(cpp): incorrect indent of class with opening { on new line (#5811) | Jędrzej Boczar | 2023-12-22 | 1 | -0/+9 |
| | | |||||
| * | Add more tests for assignments | Ronan Arraes Jardim Chagas | 2023-10-29 | 1 | -2/+12 |
| | | |||||
| * | Improve curly expression alignment | Ronan Arraes Jardim Chagas | 2023-10-29 | 1 | -0/+15 |
| | | |||||
| * | Fix tests | Ronan Arraes Jardim Chagas | 2023-10-29 | 1 | -1/+1 |
| | | |||||
| * | Add initial tests for Julia language indentation | Ronan Arraes Jardim Chagas | 2023-10-29 | 4 | -0/+56 |
| | | |||||
| * | fix(php): fix indentation for in between braces | Carlos Afonso | 2023-10-15 | 2 | -1/+2 |
| | | |||||
| * | fix(t32): update indent queries & test | Christoph Sax | 2023-09-14 | 2 | -15/+30 |
| | | | | | | | | The latest release of the grammar changes the handling of consecutive line breaks. This breaks the existing test for indents. This commit updates the indent queries and fixes the associated test. | ||||
| * | feat(t32): re-enable tests | Christoph Sax | 2023-07-30 | 5 | -0/+236 |
| | | | | | | | | | | - Switch to GitLab mirror repository - Lock grammar version 2.2.0 - Revert "fix(tests): mark t32 as allowed to fail" This reverts commit ba223ceecc5d66312780c45079b6ae55c406fa96. - Revert "fix(tests): remove t32 tests" This reverts commit 97957a547b93412411ba3a8a9abd27589247c869. | ||||
| * | fix(tests): remove t32 tests | Christian Clason | 2023-07-29 | 5 | -236/+0 |
| | | | | | | t32 parser is hosted on Codeberg, which has frequent outages that block unrelated CI. Revert this commit if and when uptime has improved. | ||||
| * | fix(c)!: update C, CPP parsers and queries | Amaan Qureshi | 2023-07-27 | 1 | -2/+1 |
| | | | | also update derived parsers (arduino, cuda, glsl, hlsl, ispc, objc) | ||||
| * | tests: fix failed tests (#4901) | Pham Huy Hoang | 2023-06-05 | 3 | -69/+37 |
| | | | | fix failed tests for tiger, t32 and wgsl | ||||
| * | feat: add indents for annotation defs (#4828) | Pham Huy Hoang | 2023-06-04 | 3 | -0/+13 |
| | | | | | - Add indent for `@interface` and `@Annotation(...)` - Add notes for indent queries | ||||
| * | fix(gleam): minor indent fixes | Alex Manning | 2023-06-04 | 2 | -0/+15 |
| | | |||||
| * | chore: update Gleam | Amaan Qureshi | 2023-05-29 | 2 | -15/+0 |
| | | |||||
| * | indents(sql): initial support (#4857) | Matthias Q | 2023-05-25 | 8 | -0/+59 |
| | | | | | | * indents(sql): initial support * indents(sql): fix queries and lua style | ||||
| * | feat(t32): add indent rules (#4782) | Christoph Sax | 2023-05-18 | 5 | -0/+243 |
| | | |||||
| * | Added USD as a language + some queries | Colin Kennedy | 2023-05-15 | 2 | -0/+27 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added USD highlight unittests Added USD indentation Added USD indents.scm file Added USD indent rules Simplified USD highlight groups Added explicit highlight groups Added newline Removed after/ftdetect/usda.lua usd/indents.scm - Added inline comments explaining the nodes Fixed USD highlight group unittests Added indentation unittests Simplified USD `@identifier` highlighting Added USD documentation highlight group tests Simplified USD highlight groups Moved USD `@identifier` and `@namespace` highlights into one place Removed and simplified tests/query/highlights/usd Simplified tests/query/highlights/usd more Removed trailing newline Combined USD test files Added `set filetype=usd` to minimal_init.lua | ||||
| * | fix(nickel): wrong indent on line after top level comment (#4792) | Zheng PiaoDan | 2023-05-13 | 2 | -0/+6 |
| | | | | | | | | | | | | | | | | | | | | | | * fix(nickel): wrong indent on line after top level comment Previous incorrect indentation on line after top level comment: ``` # no indent after this comment { another = 1 } ``` Expected result: ``` # no indent after this comment { another = 1 } ```` | ||||
| * | feat: add indents.scm for nickel (#4790) | Zheng PiaoDan | 2023-05-13 | 2 | -0/+33 |
| | | |||||
| * | feat: add swift indents (#4756) | Pham Huy Hoang | 2023-05-08 | 4 | -0/+123 |
| | | |||||
| * | Update Capnp (#4713) | Amaan Qureshi | 2023-05-07 | 2 | -0/+1087 |
| | | | | | | | | | | | | | | * feat(capnp): update queries from upstream changes * test: add tests for capnp * fix indent queries * ci: fix capnp indent tests --------- Co-authored-by: Pham Huy Hoang <hoangtun0810@gmail.com> | ||||
| * | ci: add tests for #4632 | Stephan Seitz | 2023-05-05 | 2 | -0/+11 |
| | | | | | | Issue #4632 might be fixed by https://github.com/UserNobody14/tree-sitter-dart/pull/41 | ||||
