| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | indents: allow aligned_indent for unfinished calls in C and Python | Stephan Seitz | 2022-02-05 | 4 | -1/+17 |
| | | |||||
| * | indents(cpp): indent at field_initializer_list | Stephan Seitz | 2022-02-05 | 1 | -0/+17 |
| | | |||||
| * | indents(c): fix ternary | Stephan Seitz | 2022-02-05 | 2 | -4/+2 |
| | | |||||
| * | fix(indent): lua - support `@indent_end` (#2454) | Munif Tanjim | 2022-02-04 | 1 | -0/+4 |
| | | |||||
| * | chore: format with stylua 0.12.0 (#2421) | Christian Clason | 2022-01-31 | 1 | -51/+67 |
| | | |||||
| * | indents(r): add pipe test | Pedro Castro | 2022-01-29 | 2 | -1/+15 |
| | | |||||
| * | indents(r): add tests runner | Pedro Castro | 2022-01-29 | 1 | -0/+35 |
| | | |||||
| * | indents(r): add aligned_indent test | Pedro Castro | 2022-01-29 | 1 | -0/+4 |
| | | |||||
| * | indents(r): remove pipe test | Pedro Castro | 2022-01-29 | 1 | -7/+0 |
| | | |||||
| * | indents(r): add tests | Pedro Castro | 2022-01-29 | 5 | -0/+50 |
| | | |||||
| * | tests: use main parsers instead of nvim-treesitter parser for tests | Stephan Seitz | 2022-01-29 | 1 | -6/+2 |
| | | |||||
| * | highlights(c/cpp): highlight case labels as constants | Stephan Seitz | 2022-01-29 | 2 | -0/+46 |
| | | |||||
| * | highlights(cpp): fix function highlighting of Foo::bar::baz() | Stephan Seitz | 2022-01-29 | 1 | -0/+12 |
| | | | | | Fixes https://github.com/nvim-treesitter/nvim-treesitter/issues/2396 | ||||
| * | highlights(python): add support for pattern matching | Stephan Seitz | 2022-01-28 | 1 | -0/+50 |
| | | | | | | Fixes #2080 Depends on https://github.com/tree-sitter/tree-sitter-python/pull/140 | ||||
| * | indents(php): align with C indentation | Stephan Seitz | 2022-01-24 | 2 | -0/+32 |
| | | | | | Fixes https://github.com/nvim-treesitter/nvim-treesitter/issues/2357 | ||||
| * | feat(indent): Implement basic indent for gdscript. | Ryan Roden-Corrent | 2022-01-24 | 2 | -0/+36 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Indent is not handled correctly when adding new lines. It seems that functions/loops/etc. are not recognized until they have at least one indented block. For example, if you enter a newline after `func foo():`, the cursor will not be indented. If you manually indent and add a line like `pass`, e.g.: ``` func foo(): pass ``` now any insertions above or below `pass` will be indented correctly. This might be an issue with the grammar, as it seems to apply to highlights as well. The following will not be highligted ``` func foo(): ``` However, the following will be: ``` func foo(): pass ``` | ||||
| * | test(indent): rust - add test for indented comment | Munif Tanjim | 2022-01-21 | 2 | -0/+7 |
| | | |||||
| * | fix(indent): rust - support newline after closing brace | Munif Tanjim | 2022-01-21 | 1 | -0/+9 |
| | | |||||
| * | feat(indent): ecma - support common use-cases | Munif Tanjim | 2022-01-21 | 7 | -5/+118 |
| | | |||||
| * | fix(indent): c/cpp - support newline after closing brace | Munif Tanjim | 2022-01-21 | 2 | -0/+4 |
| | | |||||
| * | feat(indent): ecma - support try_catch and if_else | Munif Tanjim | 2022-01-21 | 3 | -0/+67 |
| | | |||||
| * | feat(indent): support `@aligned_indent` for python | Munif Tanjim | 2022-01-21 | 2 | -9/+9 |
| | | |||||
| * | feat: rewrite indent module | Munif Tanjim | 2022-01-21 | 6 | -54/+29 |
| | | |||||
| * | feat: improve indent module | Munif Tanjim | 2022-01-21 | 3 | -5/+5 |
| | | | | | get_node_at_line should return appropriate child if available | ||||
| * | feat(lua)!: switch from our fork to MunifTanjim's (#2272) | Christian Clason | 2022-01-18 | 1 | -2/+1 |
| | | | | | | also take queries from https://github.com/MunifTanjim/nvim-treesitter-lua/tree/main/queries/lua BREAKING CHANGE: queries are not compatible; modules will have to update | ||||
| * | chore: remove swift tests for now (cause CI failure) | Stephan Seitz | 2022-01-18 | 2 | -15/+0 |
| | | | | | Will try to add them again in a follow up. | ||||
| * | highlights(swift): add more `@operator`s and `implicit` keyword | Stephan Seitz | 2022-01-18 | 1 | -0/+8 |
| | | |||||
| * | highlights(swift): highlight punctuation | Stephan Seitz | 2022-01-18 | 1 | -0/+7 |
| | | | | | | "?" is still missing: https://github.com/tree-sitter/tree-sitter-swift/issues/38 | ||||
| * | highlights(hack): add keywords implements | Stephan Seitz | 2022-01-17 | 3 | -1/+14 |
| | | |||||
| * | highlights(hack): extend queries add tests | Stephan Seitz | 2022-01-17 | 9 | -0/+143 |
| | | |||||
| * | highlights(cpp): add support for concepts | Stephan Seitz | 2022-01-16 | 1 | -0/+22 |
| | | | | | Requires https://github.com/tree-sitter/tree-sitter-cpp/pull/138 | ||||
| * | ci: fix markdown tests | Stephan Seitz | 2022-01-16 | 1 | -2/+2 |
| | | |||||
| * | fix(ci): make highlight test working with markdown | Stephan Seitz | 2022-01-16 | 2 | -30/+31 |
| | | |||||
| * | add highlights tests | antosha417 | 2022-01-16 | 1 | -0/+59 |
| | | |||||
| * | chore(markdown): highlights test | numToStr | 2022-01-07 | 1 | -0/+41 |
| | | |||||
| * | highlights(Pascal): Fix highlighting of types | Philip Zander | 2022-01-05 | 1 | -0/+39 |
| | | | | | | A recent change broke highlighting for namespaces & generic types like `foo.bar` and `foo<t>`. | ||||
| * | update fusion to version 1.1.1 (#2148) | jirgn | 2021-12-23 | 3 | -1/+25 |
| | | | | | | | | | | | | | | | | | | | * feat(fusion): update tests * fix(fusion): update lockfile * fix(fusion): update to (highlight breaking) version 1.1.0 * update grammer to introduce afx support * update tests and queries * fix: revert lockfile update of unrelated grammars * fix: update to 1.1.1 and fix hightlights * fix: use @tag.attribute capture to match specs Co-authored-by: Jirgn <jirgn76@googlemail.com> | ||||
| * | ci(injection tests): don't consider root language an injection | Stephan Seitz | 2021-12-20 | 2 | -1/+8 |
| | | |||||
| * | ci: add injection tests | Stephan Seitz | 2021-12-20 | 2 | -0/+95 |
| | | |||||
| * | highlights(lua): `next` as builtin function | numToStr | 2021-12-13 | 1 | -0/+13 |
| | | |||||
| * | feat(fusion): update tests | Jirgn | 2021-12-06 | 1 | -4/+4 |
| | | |||||
| * | highlights(bash): highlight "((" "))" | Stephan Seitz | 2021-11-28 | 1 | -0/+6 |
| | | |||||
| * | fix: off-by-one errors in indent calculation | oxalica | 2021-11-28 | 1 | -4/+0 |
| | | |||||
| * | test(prisma): add initial test | elianiva | 2021-11-28 | 1 | -0/+56 |
| | | |||||
| * | fix: incorrect hightlight groups | Jirgn | 2021-11-26 | 1 | -1/+1 |
| | | |||||
| * | fix: typo in highlight group punct(u)ation | Jirgn | 2021-11-26 | 2 | -10/+10 |
| | | |||||
| * | feat: add fusion grammar and highlights | Jirgn | 2021-11-26 | 2 | -0/+135 |
| | | |||||
| * | chore: add test for ecma private fields & methods | numToStr | 2021-11-25 | 1 | -0/+25 |
| | | |||||
| * | Add assert that "highlight-assertions" is executable | Stephan Seitz | 2021-11-24 | 1 | -0/+6 |
| | | |||||
| * | Mark failing indent tests to add them to CI | Stephan Seitz | 2021-11-24 | 6 | -36/+114 |
| | | | | | | Expected failures should be monitored so that we don't have regressions and also remove failure marks when they are resolved. | ||||
