| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2022-01-23 | ci: bump tree-sitter to 0.20.4 | Christian Clason | |
| fixes issues with `parser.h` not being generated | |||
| 2022-01-23 | Set CXX standard per parser and fix Norg | Stephan Seitz | |
| 2022-01-23 | [docgen] Update README.md | Github Actions | |
| skip-checks: true | |||
| 2022-01-23 | Allow compilation via makefile | Stephan Seitz | |
| 2022-01-23 | Add tree-sitter-norg | Jozef Grajciar | |
| 2022-01-23 | fix: bump phpdoc parser to 0.0.6 | Christian Clason | |
| 2022-01-22 | feat: specify abi version for generate on newer ts cli | Christian Clason | |
| Check tree-sitter CLI version and if > 0.20.3 and generating a parser from grammar, use `--abi=vim.treesitter.language_version`. Besides being able to opt-in to newer ABI benefits, this is a necessary workaround for an upstream bug with 0.20.3, where `parser.h` is not generated if the (optional) `--abi` flag is omitted. | |||
| 2022-01-22 | ci: fix cache path for rust cargo | Munif Tanjim | |
| 2022-01-22 | ci: drop windows+clang | Christian Clason | |
| takes significantly longer than other combinations | |||
| 2022-01-22 | fix: Don't require node for gdscript. | Ryan Roden-Corrent | |
| The upstream repo has pre-generated bindings at: https://github.com/PrestonKnopp/tree-sitter-gdscript/tree/master/src | |||
| 2022-01-22 | Update lockfile.json | GitHub | |
| 2022-01-22 | ci: remove ccache | Stephan Seitz | |
| ccache did take too long to install on MacOS | |||
| 2022-01-22 | highlights(r): change groups priority | Pedro Castro | |
| 2022-01-22 | docs: add missing vim table in the example | monkoose | |
| 2022-01-22 | ci: bump tree-sitter to v0.20.3 | Christian Clason | |
| 2022-01-21 | ci: Avoid rust-cache (failures and current git dependency) | Stephan Seitz | |
| 2022-01-21 | ci: stop uploading artifacts (binary release archives soonish?) | Stephan Seitz | |
| 2022-01-21 | ci: fix cache path on Windows | Stephan Seitz | |
| 2022-01-21 | ci: use curl on Windows CI | Stephan Seitz | |
| 2022-01-21 | ci: cache using ccache | Stephan Seitz | |
| 2022-01-21 | ci: add cache for Rust dependency | Stephan Seitz | |
| 2022-01-21 | ci: use stable tag for latest nvim release | Christian Clason | |
| 2022-01-21 | ci: use stable tag for latest nvim release | Christian Clason | |
| 2022-01-21 | ci: only run one compiler each on macos, ubuntu | Christian Clason | |
| 2022-01-21 | ci: avoid duplicate CI runs | Christian Clason | |
| * run CI on push to master or synchronize PR * cancel in-progress workflows for updated PR | |||
| 2022-01-21 | ci: bump neovim and tree-sitter cli to latest version | Christian Clason | |
| 2022-01-21 | ci: cache parsers for workflows/tests | Munif Tanjim | |
| 2022-01-21 | Update lockfile.json | GitHub | |
| 2022-01-21 | test(indent): rust - add test for indented comment | Munif Tanjim | |
| 2022-01-21 | fix(indent): rust - support newline after closing brace | Munif Tanjim | |
| 2022-01-21 | feat(indent): ecma - support common use-cases | Munif Tanjim | |
| 2022-01-21 | fix(indent): c/cpp - support newline after closing brace | Munif Tanjim | |
| 2022-01-21 | feat(indent): ecma - support try_catch and if_else | Munif Tanjim | |
| 2022-01-21 | feat(indent): support `@aligned_indent` for python | Munif Tanjim | |
| 2022-01-21 | refactor(indent): extract functions and support metadata | Munif Tanjim | |
| 2022-01-21 | feat(indent): use native Query:iter_captures | Munif Tanjim | |
| 2022-01-21 | feat: rewrite indent module | Munif Tanjim | |
| 2022-01-21 | feat: improve indent module | Munif Tanjim | |
| get_node_at_line should return appropriate child if available | |||
| 2022-01-20 | Update README | Github Actions | |
| 2022-01-20 | Update Lua parser to fix infinite recursion (#2308) | Christian Clason | |
| fixes #2305 | |||
| 2022-01-20 | Add phpdoc maintainer (#2311) | Michael Härtl | |
| 2022-01-20 | parsers: add phpdoc parser (experimental) | Michael Härtl | |
| 2022-01-20 | highlights(c): don't highlight type qualifiers in declarations as types | John Drouhard | |
| 2022-01-19 | fix(php) match magic and single letter constants | Michael Härtl | |
| 2022-01-19 | docs(CONTRIBUTING.md): mention Neovim's tree-sitter Matrix channel (#2294) | Stephan Seitz | |
| As suggested here: https://github.com/nvim-treesitter/nvim-treesitter/pull/2288#issuecomment-1015163267 | |||
| 2022-01-18 | Update README | Github Actions | |
| 2022-01-18 | feat(lua)!: switch from our fork to MunifTanjim's (#2272) | Christian Clason | |
| 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 | |||
| 2022-01-18 | chore: remove swift tests for now (cause CI failure) | Stephan Seitz | |
| Will try to add them again in a follow up. | |||
| 2022-01-18 | highlights(swift): add more `@operator`s and `implicit` keyword | Stephan Seitz | |
| 2022-01-18 | highlights(swift): highlight `"->"` as `@operator` | Stephan Seitz | |
