| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | Add implementation for improved statusline. Closes #545. | Kristijan Husak | 2020-10-11 | 3 | -0/+77 | |
| | | ||||||
| * | [docgen] Update README.md | Github Actions | 2020-10-10 | 1 | -0/+1 | |
| | | ||||||
| * | fix(highlights): Add TSNamespace highlight | Stephan Seitz | 2020-10-10 | 8 | -12/+46 | |
| | | | | | | | | | | Start adding highlights for - C++ - Rust (including other scoped_identifier/scoped_type_identifier fixes) - JS (only namespace_import) Addresses #516 | |||||
| * | Shorten module reference shell_command_selectors to shell. | Suhas Hebbar | 2020-10-06 | 1 | -9/+8 | |
| | | ||||||
| * | Code Refactor | Suhas Hebbar | 2020-10-06 | 2 | -176/+184 | |
| | | | | | | - Move select_* function to shell_command_selectors.lua. - Rename select_args to select_compiler_args. | |||||
| * | Remove dependency on unzip. | Suhas Hebbar | 2020-10-06 | 1 | -9/+34 | |
| | | | | | Use tar instead which should be available on default Unixes and Windows | |||||
| * | Fix typearg brackets not highlighting for multiple typeargs | Corey Williamson | 2020-10-05 | 1 | -1/+1 | |
| | | ||||||
| * | Set function scope | Corey Williamson | 2020-10-05 | 1 | -1/+3 | |
| | | ||||||
| * | Update queries/teal/highlights.scm | euclidianAce | 2020-10-05 | 1 | -2/+1 | |
| | | | | Co-authored-by: Santos Gallegos <stsewd@protonmail.com> | |||||
| * | Add teal parser | Corey Williamson | 2020-10-05 | 4 | -0/+111 | |
| | | ||||||
| * | Dart highlights: Reset highlight in interpolation | Stephan Seitz | 2020-10-05 | 3 | -3/+3 | |
| | | ||||||
| * | fix: readme link to nvim-treesitter-textobjects | tonycheang | 2020-10-04 | 1 | -1/+1 | |
| | | ||||||
| * | Fix: fallback git-installation (list of commands is expected) | Stephan Seitz | 2020-10-04 | 1 | -13/+15 | |
| | | ||||||
| * | [docgen] Update README.md | Github Actions | 2020-10-04 | 1 | -0/+1 | |
| | | ||||||
| * | fix(ocaml): highlight characters as such | Pau Ruiz Safont | 2020-10-04 | 1 | -1/+3 | |
| | | ||||||
| * | feat: add ocamllex parser and highlights | Pau Ruiz Safont | 2020-10-04 | 2 | -0/+35 | |
| | | ||||||
| * | Add "External modules" section to README | Stephan Seitz | 2020-10-04 | 1 | -1/+2 | |
| | | ||||||
| * | Remove textobjects module | Stephan Seitz | 2020-10-04 | 16 | -779/+0 | |
| | | ||||||
| * | Merge pull request #487 from steelsojka/remove-refactor | Steven Sojka | 2020-10-04 | 8 | -518/+8 | |
| |\ | | | | | chore(modules): remove refactor module | |||||
| | * | chore(modules): remove refactor module | Steven Sojka | 2020-09-25 | 8 | -518/+8 | |
| | | | ||||||
| * | | make query-checker happy | Alvaro Muñoz | 2020-10-01 | 1 | -1/+1 | |
| | | | ||||||
| * | | change module to namespace | Alvaro Muñoz | 2020-10-01 | 1 | -1/+1 | |
| | | | ||||||
| * | | CodeQL locals.scm queries | Alvaro Muñoz | 2020-10-01 | 1 | -0/+29 | |
| | | | ||||||
| * | | [docgen] Update README.md | Github Actions | 2020-09-30 | 1 | -0/+1 | |
| | | | | | | | | | skip-checks: true | |||||
| * | | fine tune keyword highlights | Alvaro Muñoz | 2020-09-30 | 1 | -23/+41 | |
| | | | ||||||
| * | | remove locals.scm | Alvaro Muñoz | 2020-09-30 | 1 | -26/+0 | |
| | | | ||||||
| * | | remove non-used captures | Alvaro Muñoz | 2020-09-30 | 1 | -18/+18 | |
| | | | ||||||
| * | | initial support for CodeQL | Alvaro Muñoz | 2020-09-30 | 3 | -0/+137 | |
| | | | ||||||
| * | | chore: dedup join_paths <-> join_path | Stephan Seitz | 2020-09-28 | 2 | -12/+7 | |
| | | | ||||||
| * | | Add extension and on keywords | Akin Sowemimo | 2020-09-27 | 1 | -0/+2 | |
| | | | ||||||
| * | | Add progress info to iter_cmd | Stephan Seitz | 2020-09-27 | 1 | -4/+36 | |
| | | | ||||||
| * | | Add lockfile and make lockfile default install revision | Stephan Seitz | 2020-09-27 | 5 | -48/+145 | |
| |/ | ||||||
| * | Improve the highlighting for class instantiation | Akin Sowemimo | 2020-09-24 | 1 | -15/+15 | |
| | | | | | So it finds _HiddenClasses as well as OtherClasses | |||||
| * | Highlight top-level 'require' as TSInclude (fix #463) | Dennis B | 2020-09-23 | 1 | -3/+5 | |
| | | | | | | | | 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. | |||||
| * | feat(parsers): add possibility to install from other branches | Stephan Seitz | 2020-09-22 | 1 | -1/+8 | |
| | | | | | | More and more Github repos are switching to "main" branch. Example: `tree-sitter-wasm` | |||||
| * | Python locals: account for ↵ | Stephan Seitz | 2020-09-21 | 1 | -8/+6 | |
| | | | | | https://github.com/tree-sitter/tree-sitter-python/pull/83 | |||||
| * | Add OCaml folds | Pieter Goetschalckx | 2020-09-21 | 1 | -0/+30 | |
| | | ||||||
| * | Improve OCaml locals | Pieter Goetschalckx | 2020-09-21 | 1 | -3/+58 | |
| | | ||||||
| * | Improve OCaml highlights | Pieter Goetschalckx | 2020-09-21 | 1 | -3/+1 | |
| | | ||||||
| * | Add locals.scm for dart | Akin Sowemimo | 2020-09-20 | 1 | -0/+8 | |
| | | | | | | | 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 | |||||
| * | fix(checkhealth): use pcall to check for syntax errors in query files | Stephan Seitz | 2020-09-20 | 1 | -1/+7 | |
| | | ||||||
| * | also match variable names to be @type when uppercased | kiyan42 | 2020-09-20 | 1 | -0/+3 | |
| | | ||||||
| * | use @tag and @type directives for jsx highlights | kiyan42 | 2020-09-20 | 1 | -7/+21 | |
| | | ||||||
| * | fix(python): use `@Normal` again for f-strings `@none` is not aggressive enough | Stephan Seitz | 2020-09-19 | 1 | -1/+1 | |
| | | ||||||
| * | feat(install): make compiler selectable | Stephan Seitz | 2020-09-19 | 1 | -3/+6 | |
| | | | | | | | Compilers are selectable via 'nvim-treesitter.install'.compilers (list of compilers) or environment variable CC Addresses #502 | |||||
| * | fix: only concatenate cmd.err if not nil | Stephan Seitz | 2020-09-19 | 1 | -1/+3 | |
| | | ||||||
| * | chore(java): remove duplicate line | Stephan Seitz | 2020-09-19 | 1 | -1/+0 | |
| | | ||||||
| * | ocaml: follow upstream for highlights | Pau Ruiz Safont | 2020-09-19 | 1 | -6/+3 | |
| | | ||||||
| * | feat(install): print more information when there's a failure | Pau Ruiz Safont | 2020-09-19 | 1 | -2/+3 | |
| | | ||||||
| * | [docgen] Update README.md | Github Actions | 2020-09-19 | 1 | -0/+1 | |
| | | | | | skip-checks: true | |||||
