| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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 | replace @class with @type | Alvaro Muñoz | |
| 2021-04-23 | Add Codeql indents.scm | Alvaro Muñoz | |
| 2021-04-23 | injections(tsx): inherit injections from ecma | Stephan Seitz | |
| Fixes #1237 | |||
| 2021-04-23 | Update lockfile.json | GitHub | |
| 2021-04-23 | fix(folds): use the correct rational operator | Grzegorz Rozdzialik | |
| Fixes a bug introduced in 41ed83ffc762b611644a311e344b33d5efc01944 Closes #1226 | |||
| 2021-04-23 | Update lockfile.json | GitHub | |
| 2021-04-23 | [docgen] Update README.md | Github Actions | |
| skip-checks: true | |||
| 2021-04-23 | highlights(fortran): extend queries | Stephan Seitz | |
| 2021-04-23 | Add Fortran queries from @oponkork | Stephan Seitz | |
| 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-23 | Update lockfile.json | GitHub | |
| 2021-04-23 | Add JS/TS parameters again (#1227) | Stephan Seitz | |
| * highlights(js): add parameters * highlights(ts): add Typescript parameters | |||
| 2021-04-22 | Highlight v-bind using javascript | Artur Tagisow | |
| 2021-04-22 | fix: use correct name in FUNDING.yml | Thomas Vigouroux | |
| 2021-04-22 | Allow failures for defined parsers | Stephan Seitz | |
| 2021-04-22 | chore: add funding informations | Thomas Vigouroux | |
| 2021-04-22 | docs: Update vimdoc file | Thomas Vigouroux | |
| Adds the new maintainers (that were actually added a long time ago), fix inconsistent formatting, and unneeded or old/wrong docs. | |||
| 2021-04-22 | feat(incremental_selection): don't require locals | Thomas Vigouroux | |
| 2021-04-22 | highlights(csharp): add "with" as `@keyword.operator` | Stephan Seitz | |
| 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 | Update lockfile.json | GitHub | |
| 2021-04-22 | fix(lua): correctly highlight field names | Thomas Vigouroux | |
| 2021-04-22 | fix(highlights): always highlight ternary operator as operator | Thomas Vigouroux | |
| 2021-04-22 | fix(folds): always fold more than one line | Thomas Vigouroux | |
| 2021-04-22 | fix(c): fold switch statements | Thomas Vigouroux | |
| 2021-04-22 | Try out llvm --HEAD | Stephan Seitz | |
| 2021-04-22 | fix(CI): install newer version of clang on MacOS | Stephan Seitz | |
| 2021-04-22 | fix(CI): ensure parsers that don't require tree-sitter CLI are installed | Stephan Seitz | |
| 2021-04-21 | fix: Sort parsers for :TSInstallInfo | Stephan Seitz | |
| 2021-04-21 | Fix svelte highlights | Stephan Seitz | |
| 2021-04-21 | Update lockfile.json | GitHub | |
| 2021-04-21 | C highlights: Make char_literal `@character` | Stephan Seitz | |
| 2021-04-20 | Fix #1207: update Haskell | Stephan Seitz | |
| Otherwise the Haskell parser would eat up all your RAM within seconds. | |||
| 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 identifier type check | Shatur95 | |
| 2021-04-18 | Fix GDScript highlighting | Shatur95 | |
| 2021-04-17 | highlights(java): add new keyword "yield" | Stephan Seitz | |
| https://github.com/tree-sitter/tree-sitter-java/pull/78 added support for enhanced switch statements | |||
| 2021-04-17 | Update lockfile.json | GitHub | |
| 2021-04-17 | Indent Ruby singleton classes | Imobach González Sosa | |
| 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 | |
