| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | ci: only run one compiler each on macos, ubuntu | Christian Clason | 2022-01-21 | 1 | -4/+4 | |
| | | ||||||
| * | ci: avoid duplicate CI runs | Christian Clason | 2022-01-21 | 2 | -2/+26 | |
| | | | | | | * run CI on push to master or synchronize PR * cancel in-progress workflows for updated PR | |||||
| * | ci: bump neovim and tree-sitter cli to latest version | Christian Clason | 2022-01-21 | 3 | -8/+8 | |
| | | ||||||
| * | ci: cache parsers for workflows/tests | Munif Tanjim | 2022-01-21 | 1 | -1/+7 | |
| | | ||||||
| * | Update lockfile.json | GitHub | 2022-01-21 | 1 | -4/+7 | |
| | | ||||||
| * | 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 | 2 | -0/+23 | |
| | | ||||||
| * | feat(indent): ecma - support common use-cases | Munif Tanjim | 2022-01-21 | 8 | -17/+146 | |
| | | ||||||
| * | fix(indent): c/cpp - support newline after closing brace | Munif Tanjim | 2022-01-21 | 3 | -0/+6 | |
| | | ||||||
| * | feat(indent): ecma - support try_catch and if_else | Munif Tanjim | 2022-01-21 | 6 | -0/+75 | |
| | | ||||||
| * | feat(indent): support `@aligned_indent` for python | Munif Tanjim | 2022-01-21 | 5 | -17/+67 | |
| | | ||||||
| * | refactor(indent): extract functions and support metadata | Munif Tanjim | 2022-01-21 | 1 | -6/+14 | |
| | | ||||||
| * | feat(indent): use native Query:iter_captures | Munif Tanjim | 2022-01-21 | 2 | -60/+95 | |
| | | ||||||
| * | feat: rewrite indent module | Munif Tanjim | 2022-01-21 | 13 | -178/+132 | |
| | | ||||||
| * | feat: improve indent module | Munif Tanjim | 2022-01-21 | 5 | -11/+38 | |
| | | | | | get_node_at_line should return appropriate child if available | |||||
| * | Update README | Github Actions | 2022-01-20 | 1 | -0/+1 | |
| | | ||||||
| * | Update Lua parser to fix infinite recursion (#2308) | Christian Clason | 2022-01-20 | 1 | -1/+1 | |
| | | | | fixes #2305 | |||||
| * | Add phpdoc maintainer (#2311) | Michael Härtl | 2022-01-20 | 1 | -0/+1 | |
| | | ||||||
| * | parsers: add phpdoc parser (experimental) | Michael Härtl | 2022-01-20 | 3 | -1/+54 | |
| | | ||||||
| * | highlights(c): don't highlight type qualifiers in declarations as types | John Drouhard | 2022-01-20 | 1 | -2/+0 | |
| | | ||||||
| * | fix(php) match magic and single letter constants | Michael Härtl | 2022-01-19 | 1 | -1/+3 | |
| | | ||||||
| * | docs(CONTRIBUTING.md): mention Neovim's tree-sitter Matrix channel (#2294) | Stephan Seitz | 2022-01-19 | 1 | -4/+6 | |
| | | | | | As suggested here: https://github.com/nvim-treesitter/nvim-treesitter/pull/2288#issuecomment-1015163267 | |||||
| * | Update README | Github Actions | 2022-01-18 | 1 | -1/+1 | |
| | | ||||||
| * | feat(lua)!: switch from our fork to MunifTanjim's (#2272) | Christian Clason | 2022-01-18 | 8 | -200/+183 | |
| | | | | | | 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 | 2 | -1/+25 | |
| | | ||||||
| * | highlights(swift): highlight `"->"` as `@operator` | Stephan Seitz | 2022-01-18 | 1 | -1/+2 | |
| | | ||||||
| * | highlights(swift): highlight punctuation | Stephan Seitz | 2022-01-18 | 2 | -0/+10 | |
| | | | | | | "?" is still missing: https://github.com/tree-sitter/tree-sitter-swift/issues/38 | |||||
| * | feat(java)(highlights): add missing highlights for `@type` | captainko | 2022-01-18 | 1 | -0/+6 | |
| | | ||||||
| * | Update lockfile.json | GitHub | 2022-01-18 | 1 | -1/+1 | |
| | | ||||||
| * | docs: refresh CONTRIBUTING.md | Thomas Vigouroux | 2022-01-18 | 1 | -5/+7 | |
| | | | | | | - Mention Zulip instead of Gitter - Use query filetype instead of scheme | |||||
| * | highlights(php): detect constructor calls on instantiation | Michael Härtl | 2022-01-17 | 1 | -5/+7 | |
| | | ||||||
| * | Update lockfile.json | GitHub | 2022-01-17 | 1 | -1/+1 | |
| | | ||||||
| * | highlights(cpp): add support for "<=>", "constinit", "consteval" | Stephan Seitz | 2022-01-17 | 1 | -1/+6 | |
| | | ||||||
| * | docs(readme): mention tracking issue for language support | Christian Clason | 2022-01-17 | 1 | -1/+1 | |
| | | ||||||
| * | Update lockfile.json | GitHub | 2022-01-17 | 1 | -3/+6 | |
| | | ||||||
| * | highlights(hack): add keywords implements | Stephan Seitz | 2022-01-17 | 4 | -4/+25 | |
| | | ||||||
| * | highlights(hack): extend queries add tests | Stephan Seitz | 2022-01-17 | 10 | -5/+280 | |
| | | ||||||
| * | Add ftdect for hack | Stephan Seitz | 2022-01-17 | 1 | -0/+1 | |
| | | ||||||
| * | [docgen] Update README.md | Github Actions | 2022-01-17 | 1 | -0/+1 | |
| | | | | | skip-checks: true | |||||
| * | highlights(hack): add some basic highlights | Stephan Seitz | 2022-01-17 | 1 | -0/+162 | |
| | | | | | Fixes #2041 | |||||
| * | parsers: add hack parser | Stephan Seitz | 2022-01-17 | 1 | -0/+8 | |
| | | ||||||
| * | locals(cpp): add support for concepts | Stephan Seitz | 2022-01-16 | 1 | -0/+5 | |
| | | ||||||
| * | highlights(cpp): add support for concepts | Stephan Seitz | 2022-01-16 | 3 | -2/+28 | |
| | | | | | Requires https://github.com/tree-sitter/tree-sitter-cpp/pull/138 | |||||
| * | ci: fix markdown tests | Stephan Seitz | 2022-01-16 | 1 | -2/+2 | |
| | | ||||||
| * | support PyFoam syntax in OpenFOAM files | Elwardi | 2022-01-16 | 3 | -1/+9 | |
| | | ||||||
| * | Update lockfile.json | GitHub | 2022-01-16 | 1 | -5/+8 | |
| | | ||||||
| * | fix(ci): make highlight test working with markdown | Stephan Seitz | 2022-01-16 | 2 | -30/+31 | |
| | | ||||||
| * | highlights(rust): add "yield" keyword | Stephan Seitz | 2022-01-16 | 1 | -1/+4 | |
| | | ||||||
| * | Tighten requirements | Kid | 2022-01-16 | 1 | -1/+1 | |
| | | ||||||
