aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* fix cterm fg and bg errorAkin Sowemimo2020-10-111-1/+1
* Add background and foreground colors to TSNoneAkin Sowemimo2020-10-111-1/+1
* feat(queries): modeline mechanism for base langsThomas Vigouroux2020-10-1117-31/+72
* Use utils get_node_text to get line content and trim all whitespaces.Kristijan Husak2020-10-112-4/+3
* Remove old statusline implementation with new one.Kristijan Husak2020-10-113-43/+8
* 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
* Shorten module reference shell_command_selectors to shell.Suhas Hebbar2020-10-061-9/+8
* Code RefactorSuhas Hebbar2020-10-062-176/+184
* Remove dependency on unzip.Suhas Hebbar2020-10-061-9/+34
* 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
* 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 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
* | 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
* Highlight top-level 'require' as TSInclude (fix #463)Dennis B2020-09-231-3/+5
* feat(parsers): add possibility to install from other branchesStephan Seitz2020-09-221-1/+8
* Python locals: account for https://github.com/tree-sitter/tree-sitter-python/...Stephan Seitz2020-09-211-8/+6
* 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
* 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