| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2022-02-15 | Add Gleam parser | Connor Lay (Clay) | |
| 2022-02-13 | feat: add lalrpop parser (#2524) | traxys | |
| LALRPOP is a parser generator for Rust. This only parses the LALRPOP side of the generator, not the nearly-rust code of the actions. | |||
| 2022-02-13 | typo fix | badhi | |
| 2022-02-13 | added doc for setup_command | badhi | |
| 2022-02-13 | Fixed formatting | badhi | |
| 2022-02-13 | Added extra argument to setup commands so that user can change the function ↵ | badhi | |
| args types | |||
| 2022-02-11 | Update lockfile.json (#2512) | github-actions[bot] | |
| Co-authored-by: GitHub <noreply@github.com> | |||
| 2022-02-08 | chore(makefile): apply fixes to original makefile | Stephan Seitz | |
| 2022-02-08 | fix(makefile): fallback to c++14 when parser does not have cxx_standard set | Stephan Seitz | |
| 2022-02-06 | fix: Allow re-parsing in Python, XFAIL `\` indentation test | Stephan Seitz | |
| 2022-02-06 | chore: expose start and stop highlighter | kiyan | |
| Decompose highlighter module in small functions to allow exporting a start and stop functions without the syntax change. Also fix linter issues in configs.lua | |||
| 2022-02-06 | refacto: deprecate used_by in parsers.lua | kiyan | |
| - remove print_warning function from utils.lua (unused) - cleanup some functions in parsers.lua (parameters overloading and wrong bufnr used). - log a deprecation notice when using used_by in a parser definition - default the filetype_to_parsername table to the list of filetypes previously in the used_by keys - update the README to indicate that change | |||
| 2022-02-05 | fix(indents): ignore comment_parsers for indentation | Stephan Seitz | |
| 2022-02-05 | Update lua/nvim-treesitter/indent.lua | Stephan Seitz | |
| Co-authored-by: Kiyan <yazdani.kiyan@protonmail.com> | |||
| 2022-02-05 | workaround(indents): avoid reparsing for indent sensitive yaml/python | Stephan Seitz | |
| 2022-02-05 | fix(indents): re-parse before each indent | Stephan Seitz | |
| 2022-02-05 | indents(c): add zero_indent for #if | Stephan Seitz | |
| 2022-02-05 | indents(c): fix indentation on block comment | Stephan Seitz | |
| 2022-02-05 | indents: refactor hanging indent | Stephan Seitz | |
| 2022-02-05 | indents: allow aligned_indent for unfinished calls in C and Python | Stephan Seitz | |
| 2022-02-05 | indents(cpp): indent at field_initializer_list | Stephan Seitz | |
| 2022-02-05 | feat(indents): add support for language injection | Stephan Seitz | |
| 2022-02-04 | chore(latex)!: update parser and queries (#2436) | Christian Clason | |
| BREAKING CHANGE: queries for latex need adaptation | |||
| 2022-02-03 | Updated TLA+ version, queries, maintainers (#2442) | Andrew Helwer | |
| 2022-02-03 | fix(utils): adjust truncation condition | Michael Lan | |
| 2022-02-01 | update(phpdoc) Add scanner.c (#2426) | Michael Härtl | |
| 2022-01-29 | health: check which file caused an error | Stephan Seitz | |
| 2022-01-29 | Vala language support | Mateus Melchiades | |
| 2022-01-25 | Add tree-sitter-eex parser for (L)EEx files (#2351) | Clay | |
| 2022-01-23 | Set CXX standard per parser and fix Norg | Stephan Seitz | |
| 2022-01-23 | Allow compilation via makefile | Stephan Seitz | |
| 2022-01-23 | Add tree-sitter-norg | Jozef Grajciar | |
| 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 | 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-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 | Add phpdoc maintainer (#2311) | Michael Härtl | |
| 2022-01-20 | parsers: add phpdoc parser (experimental) | Michael Härtl | |
| 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-17 | parsers: add hack parser | Stephan Seitz | |
| 2022-01-16 | add hocon | antosha417 | |
| 2022-01-16 | fix(swift): switch to maintained parser | Christian Clason | |
| upstream https://github.com/tree-sitter/tree-sitter-swift is abandoned. | |||
| 2022-01-15 | fix(util): pass offset_encoding to apply_text_edits | Christian Clason | |
| 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"`. | |||
| 2022-01-08 | docs(kotlin): change Kotlin maintainer | Sal Bakraa | |
| 2022-01-08 | fix(kotlin): Change the kotlin parser to fwcd/tree-sitter-kotln | Sal Bakraa | |
| 2022-01-08 | Fix get_node_text | MDeiml | |
