| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | Docs: document `additional_vim_regex_highlighting` option | Santos Gallegos | 2021-07-05 | 1 | -1/+6 | |
| | | ||||||
| * | feat(keywords) merge return and yield into keyword.return group | antonk52 | 2021-07-04 | 1 | -5/+1 | |
| | | ||||||
| * | feat(keywords) add keyword.return & keyword.yield | antonk52 | 2021-07-04 | 1 | -0/+8 | |
| | | ||||||
| * | Re-introduce prompting for installation | Shane Hird | 2021-07-04 | 1 | -3/+3 | |
| | | ||||||
| * | TSUpdate does not install if up to date | Shane Hird | 2021-07-04 | 1 | -5/+16 | |
| | | ||||||
| * | fix typo: Enviroment -> Environment | kmarius | 2021-06-22 | 1 | -4/+4 | |
| | | ||||||
| * | docs: update nvim-treesitter-highlights | Munif Tanjim | 2021-04-24 | 1 | -5/+25 | |
| | | ||||||
| * | docs: Update vimdoc file | Thomas Vigouroux | 2021-04-22 | 1 | -105/+90 | |
| | | | | | | Adds the new maintainers (that were actually added a long time ago), fix inconsistent formatting, and unneeded or old/wrong docs. | |||||
| * | feat: Add TSEditQueryUserAfter | Stephan Seitz | 2021-04-14 | 1 | -0/+7 | |
| | | ||||||
| * | docs: Add documentation for :TSEditQuery | Stephan Seitz | 2021-04-14 | 1 | -0/+10 | |
| | | ||||||
| * | TSModuleInfo: change doc | Marco Hinz | 2021-04-06 | 1 | -1/+10 | |
| | | ||||||
| * | refactor(all): language tree adaption (#1105) | Steven Sojka | 2021-03-30 | 1 | -3/+7 | |
| | | ||||||
| * | feat(install): allow ignore list when installing parsers (#1098) | Steven Sojka | 2021-03-24 | 1 | -0/+1 | |
| | | ||||||
| * | Add comment parser to highlight comment tags (#893) | Santos Gallegos | 2021-03-12 | 1 | -1/+18 | |
| | | | | Closes #236 | |||||
| * | [highlights] Add TSSymbol highlight group | Dennis B | 2021-03-04 | 1 | -0/+4 | |
| | | | | | | | | | | | | | | | Addresses issue #892 Ruby and Dart literal symbols will now be highlighted by the new TSSymbol highlight group, which itself will, by default, link to the Vim Identifier highlight group. Vim theme authors can then set their TSSymbol colors. Symbol highlighting can apply to a number of languages as noted in the following Wikipedia page: https://en.wikipedia.org/wiki/Symbol_(programming) Not just for Ruby and Dart. | |||||
| * | HTML: improve highlights & injections | Santos Gallegos | 2021-02-11 | 1 | -0/+4 | |
| | | ||||||
| * | Update documentation for `Enable/Disable` commands. | echasnovski | 2021-02-01 | 1 | -9/+9 | |
| | | ||||||
| * | Implement `TSToggleAll`. | echasnovski | 2021-02-01 | 1 | -0/+9 | |
| | | ||||||
| * | Implement `TSBufToggle`. | echasnovski | 2021-02-01 | 1 | -0/+7 | |
| | | ||||||
| * | Remove deprecated highlights | delphinus | 2020-12-21 | 1 | -4/+0 | |
| | | ||||||
| * | Fix doc typo | Jonathan | 2020-12-13 | 1 | -1/+1 | |
| | | ||||||
| * | Add TSComment to docs | rockerBOO | 2020-12-07 | 1 | -0/+4 | |
| | | ||||||
| * | docs: Update docs for missing groups, re-order alphabetically | rockerBOO | 2020-12-07 | 1 | -88/+103 | |
| | | ||||||
| * | feat(install): add "maintained" option to only install maintained parsers | Stephan Seitz | 2020-10-26 | 1 | -1/+1 | |
| | | | | | | | Unmaintained parsers only give users little benefit but take sometimes a a long time to install (e.g. Markdown, Julia, Haskell parser). We could recommend to only install maintained parsers by default. | |||||
| * | update docs | kiyan42 | 2020-10-19 | 1 | -110/+52 | |
| | | ||||||
| * | docs(highlights): document LanguageTree. | Thomas Vigouroux | 2020-10-19 | 1 | -0/+1 | |
| | | ||||||
| * | Use utils get_node_text to get line content and trim all whitespaces. | Kristijan Husak | 2020-10-11 | 1 | -1/+1 | |
| | | ||||||
| * | Remove old statusline implementation with new one. | Kristijan Husak | 2020-10-11 | 1 | -10/+2 | |
| | | ||||||
| * | Add implementation for improved statusline. Closes #545. | Kristijan Husak | 2020-10-11 | 1 | -0/+21 | |
| | | ||||||
| * | fix(highlights): Add TSNamespace highlight | Stephan Seitz | 2020-10-10 | 1 | -3/+3 | |
| | | | | | | | | | | Start adding highlights for - C++ - Rust (including other scoped_identifier/scoped_type_identifier fixes) - JS (only namespace_import) Addresses #516 | |||||
| * | chore(modules): remove refactor module | Steven Sojka | 2020-09-25 | 1 | -144/+0 | |
| | | ||||||
| * | Fix #307: Use and document TSVariable/TSVariableBuiltin in all languages | Stephan Seitz | 2020-09-14 | 1 | -0/+8 | |
| | | ||||||
| * | Fix typo in foldexpr example | Sh3Rm4n | 2020-09-14 | 1 | -1/+1 | |
| | | ||||||
| * | Highlight definition: mention updatetime in docs | Santos Gallegos | 2020-09-11 | 1 | -0/+3 | |
| | | | | | Ref https://github.com/nvim-treesitter/nvim-treesitter/issues/435 | |||||
| * | Fold: update docs | Santos Gallegos | 2020-09-08 | 1 | -0/+3 | |
| | | | | | Document foldnestmax. | |||||
| * | Highlights: default TSError to Normal | Santos Gallegos | 2020-09-06 | 1 | -4/+0 | |
| | | | | | | This provides a better experience for users without any extra config. | |||||
| * | Change 'install' -> 'index' | Constantine Theocharis | 2020-09-02 | 1 | -1/+1 | |
| | | ||||||
| * | Modify description slightly and place modeline at the end | Constantine Theocharis | 2020-09-02 | 1 | -3/+4 | |
| | | ||||||
| * | Add section 'Performance' to docs | Constantine Theocharis | 2020-09-02 | 1 | -0/+7 | |
| | | ||||||
| * | feat(refactor.navigation): allow a `fallback_function` for goto_definition | Stephan Seitz | 2020-08-31 | 1 | -0/+5 | |
| | | | | | | `fallback_function` is called when nvim-treesitter can not resolve the variable under the cursor. | |||||
| * | feat(refactor.navigation): add navigation.goto_{next,previous}_usage | Stephan Seitz | 2020-08-31 | 1 | -0/+14 | |
| | | ||||||
| * | docs: fix syntax error in README example | Stephan Seitz | 2020-08-26 | 1 | -1/+1 | |
| | | ||||||
| * | Docs: remove enable=true from textobjects module | evakuator | 2020-08-20 | 1 | -1/+1 | |
| | | ||||||
| * | Docs: documentation for modules/submodules | Santos Gallegos | 2020-08-18 | 1 | -155/+416 | |
| | | ||||||
| * | Merge pull request #305 from theHamsta/textobjects-submodules | Steven Sojka | 2020-08-17 | 1 | -1/+25 | |
| |\ | | | | | Textobjects submodules | |||||
| | * | Textobjects: provide mappings for all swap/goto functions | Stephan Seitz | 2020-08-17 | 1 | -1/+25 | |
| | | | ||||||
| * | | Avoid duplication of help tags | delphinus | 2020-08-17 | 1 | -1/+1 | |
| | | | ||||||
| * | | some refacto, doc fixes and jsx queries | kiyan42 | 2020-08-17 | 1 | -27/+0 | |
| |/ | | | | | | | | | | - compute query language extensions *after* default ones (jsx after javascript) - remove outdated ts_utils functions from docs - add better regex detection to javascript - javascriptreact to use javascript queries - add javascript.jsx to javascript queries - write jsx.scm hl file | |||||
| * | docs(hlgroups): document TSAnnotation, TSCurrentScope, TSDefinition, | Stephan Seitz | 2020-08-16 | 1 | -2/+29 | |
| | | | | | TSDefinitionUsage | |||||
| * | feat(highlights): add is predicate | Steven Sojka | 2020-08-16 | 1 | -0/+4 | |
| | | ||||||
