aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Add implementation for improved statusline. Closes #545.Kristijan Husak2020-10-113-0/+77
|
* [docgen] Update README.mdGithub Actions2020-10-101-0/+1
|
* fix(highlights): Add TSNamespace highlightStephan Seitz2020-10-108-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 Hebbar2020-10-061-9/+8
|
* Code RefactorSuhas Hebbar2020-10-062-176/+184
| | | | | - Move select_* function to shell_command_selectors.lua. - Rename select_args to select_compiler_args.
* Remove dependency on unzip.Suhas Hebbar2020-10-061-9/+34
| | | | Use tar instead which should be available on default Unixes and Windows
* Fix typearg brackets not highlighting for multiple typeargsCorey Williamson2020-10-051-1/+1
|
* Set function scopeCorey Williamson2020-10-051-1/+3
|
* Update queries/teal/highlights.scmeuclidianAce2020-10-051-2/+1
| | | Co-authored-by: Santos Gallegos <stsewd@protonmail.com>
* Add teal parserCorey Williamson2020-10-054-0/+111
|
* Dart highlights: Reset highlight in interpolationStephan Seitz2020-10-053-3/+3
|
* fix: readme link to nvim-treesitter-textobjectstonycheang2020-10-041-1/+1
|
* Fix: fallback git-installation (list of commands is expected)Stephan Seitz2020-10-041-13/+15
|
* [docgen] Update README.mdGithub Actions2020-10-041-0/+1
|
* fix(ocaml): highlight characters as suchPau Ruiz Safont2020-10-041-1/+3
|
* feat: add ocamllex parser and highlightsPau Ruiz Safont2020-10-042-0/+35
|
* Add "External modules" section to READMEStephan Seitz2020-10-041-1/+2
|
* Remove textobjects moduleStephan Seitz2020-10-0416-779/+0
|
* Merge pull request #487 from steelsojka/remove-refactorSteven Sojka2020-10-048-518/+8
|\ | | | | chore(modules): remove refactor module
| * chore(modules): remove refactor moduleSteven Sojka2020-09-258-518/+8
| |
* | make query-checker happyAlvaro Muñoz2020-10-011-1/+1
| |
* | change module to namespaceAlvaro Muñoz2020-10-011-1/+1
| |
* | CodeQL locals.scm queriesAlvaro Muñoz2020-10-011-0/+29
| |
* | [docgen] Update README.mdGithub Actions2020-09-301-0/+1
| | | | | | | | skip-checks: true
* | fine tune keyword highlightsAlvaro Muñoz2020-09-301-23/+41
| |
* | remove locals.scmAlvaro Muñoz2020-09-301-26/+0
| |
* | remove non-used capturesAlvaro Muñoz2020-09-301-18/+18
| |
* | initial support for CodeQLAlvaro Muñoz2020-09-303-0/+137
| |
* | chore: dedup join_paths <-> join_pathStephan Seitz2020-09-282-12/+7
| |
* | Add extension and on keywordsAkin Sowemimo2020-09-271-0/+2
| |
* | Add progress info to iter_cmdStephan Seitz2020-09-271-4/+36
| |
* | Add lockfile and make lockfile default install revisionStephan Seitz2020-09-275-48/+145
|/
* Improve the highlighting for class instantiationAkin Sowemimo2020-09-241-15/+15
| | | | So it finds _HiddenClasses as well as OtherClasses
* Highlight top-level 'require' as TSInclude (fix #463)Dennis B2020-09-231-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 branchesStephan Seitz2020-09-221-1/+8
| | | | | More and more Github repos are switching to "main" branch. Example: `tree-sitter-wasm`
* Python locals: account for ↵Stephan Seitz2020-09-211-8/+6
| | | | https://github.com/tree-sitter/tree-sitter-python/pull/83
* Add OCaml foldsPieter Goetschalckx2020-09-211-0/+30
|
* Improve OCaml localsPieter Goetschalckx2020-09-211-3/+58
|
* Improve OCaml highlightsPieter Goetschalckx2020-09-211-3/+1
|
* Add locals.scm for dartAkin Sowemimo2020-09-201-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 filesStephan Seitz2020-09-201-1/+7
|
* also match variable names to be @type when uppercasedkiyan422020-09-201-0/+3
|
* use @tag and @type directives for jsx highlightskiyan422020-09-201-7/+21
|
* fix(python): use `@Normal` again for f-strings `@none` is not aggressive enoughStephan Seitz2020-09-191-1/+1
|
* feat(install): make compiler selectableStephan Seitz2020-09-191-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 nilStephan Seitz2020-09-191-1/+3
|
* chore(java): remove duplicate lineStephan Seitz2020-09-191-1/+0
|
* ocaml: follow upstream for highlightsPau Ruiz Safont2020-09-191-6/+3
|
* feat(install): print more information when there's a failurePau Ruiz Safont2020-09-191-2/+3
|
* [docgen] Update README.mdGithub Actions2020-09-191-0/+1
| | | | skip-checks: true