aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* update docskiyan422020-10-192-110/+65
* Treesitter indentkiyan422020-10-195-55/+79
* start indent modulekiyan422020-10-193-0/+79
* docs(highlights): document LanguageTree.Thomas Vigouroux2020-10-192-0/+2
* feat(languagetree): implement language treeThomas Vigouroux2020-10-195-12/+192
* readme: add nvim-treesitter-contextRom Grk2020-10-191-0/+2
* feat(folds): add catch_clause to js foldsSam Bernheim2020-10-161-0/+1
* feat: add more javascript foldssbernehim42020-10-161-0/+3
* Fix: avoid overwriting tables in insert_to_pathStephan Seitz2020-10-161-2/+2
* Remove get_parser logickiyan422020-10-161-7/+1
* Update README requirements for parser download/compilationStephan Seitz2020-10-161-2/+2
* feat: Add more lua foldsMike2020-10-151-2/+3
* C++ highlights: highlight all kinds of optional parametersStephan Seitz2020-10-131-2/+2
* fix(highlights): use new highlighter interfaceThomas Vigouroux2020-10-131-2/+2
* query: remove unnecessary query parsingThomas Vigouroux2020-10-121-84/+5
* highlight: use new highlighter interfaceThomas Vigouroux2020-10-121-1/+1
* Ruby highlights: reset highlight on interpolationStephan Seitz2020-10-121-0/+3
* Explicitly check for cterm and gui values for fgAkin Sowemimo2020-10-111-7/+8
* Add a check to ensure the fg attribute existsAkin Sowemimo2020-10-111-1/+11
* Don't change the background highlightsAkin Sowemimo2020-10-111-1/+1
* 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