| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | Updated TLA+ version, queries, maintainers (#2442) | Andrew Helwer | 2022-02-03 | 1 | -1/+1 | |
| | | ||||||
| * | fix(utils): adjust truncation condition | Michael Lan | 2022-02-03 | 1 | -1/+1 | |
| | | ||||||
| * | update(phpdoc) Add scanner.c (#2426) | Michael Härtl | 2022-02-01 | 1 | -12/+12 | |
| | | ||||||
| * | health: check which file caused an error | Stephan Seitz | 2022-01-29 | 1 | -1/+19 | |
| | | ||||||
| * | Vala language support | Mateus Melchiades | 2022-01-29 | 1 | -0/+9 | |
| | | ||||||
| * | Add tree-sitter-eex parser for (L)EEx files (#2351) | Clay | 2022-01-25 | 1 | -0/+10 | |
| | | ||||||
| * | Set CXX standard per parser and fix Norg | Stephan Seitz | 2022-01-23 | 2 | -4/+9 | |
| | | ||||||
| * | Allow compilation via makefile | Stephan Seitz | 2022-01-23 | 3 | -9/+26 | |
| | | ||||||
| * | Add tree-sitter-norg | Jozef Grajciar | 2022-01-23 | 1 | -0/+9 | |
| | | ||||||
| * | feat: specify abi version for generate on newer ts cli | Christian Clason | 2022-01-22 | 3 | -6/+22 | |
| | | | | | | | | | | 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. | |||||
| * | fix: Don't require node for gdscript. | Ryan Roden-Corrent | 2022-01-22 | 1 | -1/+0 | |
| | | | | | | The upstream repo has pre-generated bindings at: https://github.com/PrestonKnopp/tree-sitter-gdscript/tree/master/src | |||||
| * | feat(indent): ecma - support try_catch and if_else | Munif Tanjim | 2022-01-21 | 1 | -0/+4 | |
| | | ||||||
| * | feat(indent): support `@aligned_indent` for python | Munif Tanjim | 2022-01-21 | 1 | -0/+38 | |
| | | ||||||
| * | 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 | 1 | -101/+47 | |
| | | ||||||
| * | feat: improve indent module | Munif Tanjim | 2022-01-21 | 1 | -2/+26 | |
| | | | | | get_node_at_line should return appropriate child if available | |||||
| * | Add phpdoc maintainer (#2311) | Michael Härtl | 2022-01-20 | 1 | -0/+1 | |
| | | ||||||
| * | parsers: add phpdoc parser (experimental) | Michael Härtl | 2022-01-20 | 1 | -0/+11 | |
| | | ||||||
| * | feat(lua)!: switch from our fork to MunifTanjim's (#2272) | Christian Clason | 2022-01-18 | 1 | -3/+4 | |
| | | | | | | 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 | |||||
| * | parsers: add hack parser | Stephan Seitz | 2022-01-17 | 1 | -0/+8 | |
| | | ||||||
| * | add hocon | antosha417 | 2022-01-16 | 1 | -0/+9 | |
| | | ||||||
| * | fix(swift): switch to maintained parser | Christian Clason | 2022-01-16 | 1 | -2/+3 | |
| | | | | | upstream https://github.com/tree-sitter/tree-sitter-swift is abandoned. | |||||
| * | fix(util): pass offset_encoding to apply_text_edits | Christian Clason | 2022-01-15 | 1 | -1/+1 | |
| | | | | | | | | Offset encoding is a mandatory argument to `vim.lsp.util.apply_text_edits` since https://github.com/neovim/neovim/commit/bc722c8a74766e14aff3a8e2fc46db72ed864053 Since we are always within a Neovim context, we can just pass `"utf-8"`. | |||||
| * | docs(kotlin): change Kotlin maintainer | Sal Bakraa | 2022-01-08 | 1 | -1/+1 | |
| | | ||||||
| * | fix(kotlin): Change the kotlin parser to fwcd/tree-sitter-kotln | Sal Bakraa | 2022-01-08 | 1 | -3/+4 | |
| | | ||||||
| * | Fix get_node_text | MDeiml | 2022-01-08 | 1 | -1/+4 | |
| | | ||||||
| * | fix(foam): Foam switched to C scanner | Elwardi | 2022-01-08 | 1 | -2/+1 | |
| | | ||||||
| * | Fix stylua linting | Elwardi | 2022-01-08 | 1 | -2/+2 | |
| | | ||||||
| * | Add OpenFOAM parser | Elwardi | 2022-01-08 | 1 | -0/+15 | |
| | | ||||||
| * | Add ninja parser (#2217) | Alexandre A. Muller | 2022-01-08 | 1 | -0/+9 | |
| | | | | | | | | * Add ninja parser * Add branch main * No need for ftdetect | |||||
| * | fix(haskell): Haskell switched to C scanner | Stephan Seitz | 2022-01-05 | 1 | -1/+1 | |
| | | ||||||
| * | add(rasi): add rasi parser | Fymyte | 2022-01-05 | 1 | -0/+9 | |
| | | | | | Signed-off-by: Fymyte <pierguill@gmail.com> | |||||
| * | Fix: Account for winnr being nil in calls to get_node_at_cursor | Wil Thomason | 2022-01-04 | 1 | -1/+2 | |
| | | ||||||
| * | fix: remove experimental flag | Jirgn | 2022-01-04 | 1 | -1/+0 | |
| | | | | | | | | | | We now have a working grammer and also * highlight * indent * fold no need for experimental hint anymore | |||||
| * | Add support for Pascal (#2153) | Isopod | 2021-12-24 | 1 | -0/+8 | |
| | | | | | | * Add support for Pascal * Pascal: Replace some of the capture groups, use lua-match where possible | |||||
| * | update fusion to version 1.1.1 (#2148) | jirgn | 2021-12-23 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | * 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> | |||||
| * | goto_node: normalize range for nvim_win_set_cursor | Santos Gallegos | 2021-12-20 | 1 | -8/+4 | |
| | | | | | | | | Looks like neovim doesn't accept -1 on nvim_win_set_cursor. It's listed as an exception on `:h api-indexing`. Fixes https://github.com/nvim-treesitter/nvim-treesitter-textobjects/issues/149 | |||||
| * | Add support for new golang `go.work` files | Omer Tuchfeld | 2021-12-18 | 1 | -0/+10 | |
| | | | | | | | | | | The new golang 1.18 version (currently in beta) [introduced](https://github.com/golang/go/issues/45713) a new file type called `go.work`. This commit adds support for the syntax of that file using the https://github.com/omertuc/tree-sitter-go-work repository That repository is heavily based on previous work in the https://github.com/camdencheek/tree-sitter-go-mod repository, with a few minor changes to make it work on the very similar `go.work` files. | |||||
| * | feat: enable parsers after installation immediately without reload | Stephan Seitz | 2021-12-15 | 1 | -0/+11 | |
| | | ||||||
| * | parsers: Add MDeiml/tree-sitter-markdown as markdown parser | Stephan Seitz | 2021-12-14 | 2 | -9/+9 | |
| | | | | | Fixes #872 | |||||
| * | feat(lang): add make | Lewis Russell | 2021-12-14 | 1 | -0/+10 | |
| | | ||||||
| * | Apply cpp to arduino | Chad Condon | 2021-12-06 | 1 | -0/+1 | |
| | | ||||||
| * | Feat: Added Pug parser with inital queries | Stefan Wienert | 2021-11-30 | 1 | -0/+9 | |
| | | ||||||
| * | fix: off-by-one errors in indent calculation | oxalica | 2021-11-28 | 1 | -3/+6 | |
| | | ||||||
| * | refactor(prisma): switch to alternative repo | elianiva | 2021-11-28 | 1 | -1/+2 | |
| | | | | | Co-authored-by: richin13 <richin13@gmail.com> | |||||
| * | feat: add prisma support | elianiva | 2021-11-28 | 1 | -0/+7 | |
| | | ||||||
| * | Fix docs | patrick96 | 2021-11-28 | 1 | -3/+2 | |
| | | ||||||
| * | Make disable accept a function | patrick96 | 2021-11-28 | 1 | -10/+15 | |
| | | | | | Replaces the condition setting (though it does the exact inverse) | |||||
| * | Rename cond to condition | patrick96 | 2021-11-28 | 1 | -1/+1 | |
| | | ||||||
