| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-05-31 | Improve check-queries (#1253) | Santos Gallegos | |
| - Add checks for injections. - Allow queries that start with [A-Z] for highlights only. - Don't stop on the first error, finish checking all queries. | |||
| 2021-05-26 | feat: use the original scss parser | elianiva | |
| ..and add myself as the maintainer | |||
| 2021-05-18 | parsers: generate_requires_npm for commonlisp | Stephan Seitz | |
| 2021-05-18 | CI: Improved parser installation logic | Daniel Kempkens | |
| 2021-05-18 | Add requires_generate_from_grammar | Daniel Kempkens | |
| 2021-05-18 | Initial Elixir support | Daniel Kempkens | |
| 2021-05-17 | parsers: remove requires_generate_from_grammar for supercollider | Stephan Seitz | |
| 2021-05-17 | parsers: fortran no longer requires_generate_from_grammar | Stephan Seitz | |
| 2021-05-17 | Extend CL highlights | Stephan Seitz | |
| 2021-05-17 | Add support for Common Lisp | Stephan Seitz | |
| 2021-05-11 | Add config for Dockerfile parser (#1288) | Camden Cheek | |
| 2021-05-07 | chore(erlang): don't generate parser from grammar | Thomas Vigouroux | |
| 2021-05-07 | Add fish queries | Omar Zeghouani | |
| Add isatty as builtin Update function_definition option Update highlights.scm per review Fix list indentation Add maintainer names | |||
| 2021-05-07 | parsers: add tree-sitter-fish | Stephan Seitz | |
| Addresses #1268 | |||
| 2021-04-28 | Fix indentation | Camden Cheek | |
| 2021-04-28 | Add go-mod tree-sitter config | Camden Cheek | |
| Adds a tree-sitter config for go.mod files as well as highlighting queries. | |||
| 2021-04-24 | highlight: add 'comment' to hlmap | Munif Tanjim | |
| 2021-04-23 | tests/indent: move common code out of main lua/ directory | Jędrzej Boczar | |
| 2021-04-23 | tests/indent: remove indentexpr fix | Jędrzej Boczar | |
| 2021-04-23 | tests/indent: improve assertion to print side-by-side diff | Jędrzej Boczar | |
| 2021-04-23 | tests/indent: use custom assertion with better suited output | Jędrzej Boczar | |
| 2021-04-23 | tests/indent: test cases with `normal o` for C/C++ | Jędrzej Boczar | |
| 2021-04-23 | tests/indent: refactor indent test runner and auto-discover language test files | Jędrzej Boczar | |
| 2021-04-23 | fix lua style checks | Jędrzej Boczar | |
| 2021-04-23 | tests/indent: add basic examples for C and Rust | Jędrzej Boczar | |
| 2021-04-23 | Initial sketch of automated indent tests | Jędrzej Boczar | |
| 2021-04-23 | fix(folds): use the correct rational operator | Grzegorz Rozdzialik | |
| Fixes a bug introduced in 41ed83ffc762b611644a311e344b33d5efc01944 Closes #1226 | |||
| 2021-04-23 | parsers: Add Fortran parser | Stephan Seitz | |
| Fixes: https://github.com/nvim-treesitter/nvim-treesitter/issues/1194 Refs: - https://nvim-treesitter.zulipchat.com/#narrow/stream/252271-general/topic/Meeting.20everyone/near/219174700 | |||
| 2021-04-22 | feat(incremental_selection): don't require locals | Thomas Vigouroux | |
| 2021-04-22 | parsers: nix no longer requires_generate_from_grammar | Stephan Seitz | |
| Not required after https://github.com/cstrahan/tree-sitter-nix/pull/11 | |||
| 2021-04-22 | fix(folds): always fold more than one line | Thomas Vigouroux | |
| 2021-04-21 | fix: Sort parsers for :TSInstallInfo | Stephan Seitz | |
| 2021-04-19 | Avoid Lua 5.3 function table.unpack | Stephan Seitz | |
| 2021-04-18 | YAML: update queries (#1203) | Santos Gallegos | |
| Closes https://github.com/nvim-treesitter/nvim-treesitter-refactor/issues/18 | |||
| 2021-04-18 | Fix GDScript highlighting | Shatur95 | |
| 2021-04-16 | Fix TSEditQuery with several files (#1191) | Santos Gallegos | |
| - Choice already starts with 1, there isn't need to increment 1 - The first item is the prompt as recommended in `:h inputlist()` (this way the choice matches when using the mouse) | |||
| 2021-04-15 | remove developer mode error message | Daniel Bendel | |
| 2021-04-15 | split is_github_or_gitlab again | Daniel Bendel | |
| 2021-04-15 | remove single-branch and branch arguments on git call | Daniel Bendel | |
| 2021-04-15 | fix undefined variable | Daniel Bendel | |
| 2021-04-15 | a little less variables :) | Daniel Bendel | |
| 2021-04-15 | removed core.symlinks=true from git call | Daniel Bendel | |
| 2021-04-15 | use utils.join_path | AdnoC | |
| 2021-04-15 | use locked revision when downloading via git | AdnoC | |
| 2021-04-15 | fix windows check | AdnoC | |
| 2021-04-15 | style | AdnoC | |
| 2021-04-15 | Do not use builtin tar on Windows | AdnoC | |
| Several parsers (typescript and ocaml specifically) contain symlinks in their repo. The tar built into Windows cannot handle them. So, on Windows just use git to download parsers. | |||
| 2021-04-14 | feat: Add TSEditQueryUserAfter | Stephan Seitz | |
| 2021-04-14 | feat: Add TSEditQuery | Stephan Seitz | |
| 2021-04-14 | Fix #1182: fix TSRange:parent | Stephan Seitz | |
