| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2020-09-28 | chore: dedup join_paths <-> join_path | Stephan Seitz | |
| 2020-09-27 | Add extension and on keywords | Akin Sowemimo | |
| 2020-09-27 | Add progress info to iter_cmd | Stephan Seitz | |
| 2020-09-27 | Add lockfile and make lockfile default install revision | Stephan Seitz | |
| 2020-09-25 | chore(modules): remove refactor module | Steven Sojka | |
| 2020-09-24 | Improve the highlighting for class instantiation | Akin Sowemimo | |
| So it finds _HiddenClasses as well as OtherClasses | |||
| 2020-09-23 | Highlight top-level 'require' as TSInclude (fix #463) | Dennis B | |
| Same for 'require_relative' & 'load' code importation mechanisms. Note, method calls of 'require' (as in Rails strong-params) will be still be highlighted as Method/Function. | |||
| 2020-09-22 | feat(parsers): add possibility to install from other branches | Stephan Seitz | |
| More and more Github repos are switching to "main" branch. Example: `tree-sitter-wasm` | |||
| 2020-09-21 | Python locals: account for ↵ | Stephan Seitz | |
| https://github.com/tree-sitter/tree-sitter-python/pull/83 | |||
| 2020-09-21 | Add OCaml folds | Pieter Goetschalckx | |
| 2020-09-21 | Improve OCaml locals | Pieter Goetschalckx | |
| 2020-09-21 | Improve OCaml highlights | Pieter Goetschalckx | |
| 2020-09-20 | Add locals.scm for dart | Akin Sowemimo | |
| This is an initial stab at this since I don't know much about how this should work but this seems to at leas allow incremental selection of most block of code | |||
| 2020-09-20 | fix(checkhealth): use pcall to check for syntax errors in query files | Stephan Seitz | |
| 2020-09-20 | also match variable names to be @type when uppercased | kiyan42 | |
| 2020-09-20 | use @tag and @type directives for jsx highlights | kiyan42 | |
| 2020-09-19 | fix(python): use `@Normal` again for f-strings `@none` is not aggressive enough | Stephan Seitz | |
| 2020-09-19 | feat(install): make compiler selectable | Stephan Seitz | |
| Compilers are selectable via 'nvim-treesitter.install'.compilers (list of compilers) or environment variable CC Addresses #502 | |||
| 2020-09-19 | fix: only concatenate cmd.err if not nil | Stephan Seitz | |
| 2020-09-19 | chore(java): remove duplicate line | Stephan Seitz | |
| 2020-09-19 | ocaml: follow upstream for highlights | Pau Ruiz Safont | |
| 2020-09-19 | feat(install): print more information when there's a failure | Pau Ruiz Safont | |
| 2020-09-19 | [docgen] Update README.md | Github Actions | |
| skip-checks: true | |||
| 2020-09-19 | ocaml: follow upstream for highlights | Pau Ruiz Safont | |
| 2020-09-19 | feat: add parser for ocaml interface files | Pau Ruiz Safont | |
| The files have the mli extension. The parser grammar uses the name ocaml_interface, but since vim the underscore has a special meaning ocamlinterface is used as the filetype. | |||
| 2020-09-19 | Bash: update highlights | Santos Gallegos | |
| Following some of our conventions and some bits from atom https://github.com/atom/language-shellscript/blob/master/grammars/tree-sitter-bash.cson: - Uppercase var are constants - `$` is a special symbol, not part of the name - Builtin constants and functions | |||
| 2020-09-19 | Add @keyword.operator for operators that are English words and add ↵ | Stephan Seitz | |
| @exception for Java/JS | |||
| 2020-09-18 | Link to gallery | Santos Gallegos | |
| 2020-09-19 | Update FAQ | Santos Gallegos | |
| Add an entry for https://github.com/nvim-treesitter/nvim-treesitter/issues/340. | |||
| 2020-09-18 | Ensure that updated files are replaced w/o warning | Rasmus Michelsen | |
| 2020-09-18 | Re-add attribute highlight | Akin Sowemimo | |
| 2020-09-18 | Add case builtin | Akin Sowemimo | |
| Based on accepted PR to unhide this node Also show Function as a type correctly and use existing annotation highlight for annotations | |||
| 2020-09-18 | RST: update queries | Santos Gallegos | |
| Some nodes were renamed and added more textobjects. | |||
| 2020-09-18 | use TSnone instead of linking to Normal | kyazdani42 | |
| 2020-09-18 | link highlight groups for TSTag and TSTagDelimiter | TravonteD | |
| 2020-09-18 | Add TSTag and TSTagDelimiter groups | TravonteD | |
| These groups will be added for use with xml-like tags such as html and jsx. | |||
| 2020-09-18 | move the generic "constant" capture to the top | TravonteD | |
| 2020-09-18 | Make :TSInstall work in Nix by adding a second module installation target (#473) | Florian Beeres | |
| * Ignore tags file in project root * Make :TSInstall work with Nix This commit adds logic to determine where to install parsers, meaning the *.so files. Until now the package path of the nvim-treesitter plugin was used. But when installed with Nix, the plugin lands in "/nix/store", which is read-only. With this commit $XDG_DATA_HOME/nvim/site/parser/*.go will be used as the parser installation path. The directory will be created if it doesn't exist. * Add generate_join function The generate_join function is used to create two other functions, one to join path segments, the other to join strings with a space for error messages. | |||
| 2020-09-17 | Update CONTRIBUTING.md | Santos Gallegos | |
| Co-authored-by: Thomas Vigouroux <tomvig38@gmail.com> | |||
| 2020-09-17 | Update contributing | Santos Gallegos | |
| 2020-09-17 | Remove @definition.doc captures | Santos Gallegos | |
| These aren't really definitions and are being show in the definitions list. We aren't using them at the moment, we could use another group or query file. | |||
| 2020-09-16 | update require statements to use TSInclude | TravonteD | |
| 2020-09-16 | fix(folds): has_fold -> has_folds | Stephan Seitz | |
| 2020-09-15 | RST: update locals | Santos Gallegos | |
| A title is an implicit target. | |||
| 2020-09-15 | reset python interpolation node | kiyan42 | |
| 2020-09-15 | add @none to contributing.md | kiyan42 | |
| 2020-09-15 | add TSNone | kiyan42 | |
| 2020-09-15 | do not highlight as normal to prevent background to override CursorLine | kiyan42 | |
| 2020-09-14 | Merge pull request #467 from stsewd/patch-1 | Santos Gallegos | |
| Rename jsx/fold.scm -> folds.scm | |||
| 2020-09-14 | Rename jsx/fold.scm -> folds.scm | Santos Gallegos | |
| This was merged before https://github.com/nvim-treesitter/nvim-treesitter/pull/461 | |||
