aboutsummaryrefslogtreecommitdiffstats
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
...
* Docs: document `additional_vim_regex_highlighting` optionSantos Gallegos2021-07-051-1/+6
|
* feat(keywords) merge return and yield into keyword.return groupantonk522021-07-041-5/+1
|
* feat(keywords) add keyword.return & keyword.yieldantonk522021-07-041-0/+8
|
* Re-introduce prompting for installationShane Hird2021-07-041-3/+3
|
* TSUpdate does not install if up to dateShane Hird2021-07-041-5/+16
|
* fix typo: Enviroment -> Environmentkmarius2021-06-221-4/+4
|
* docs: update nvim-treesitter-highlightsMunif Tanjim2021-04-241-5/+25
|
* docs: Update vimdoc fileThomas Vigouroux2021-04-221-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 TSEditQueryUserAfterStephan Seitz2021-04-141-0/+7
|
* docs: Add documentation for :TSEditQueryStephan Seitz2021-04-141-0/+10
|
* TSModuleInfo: change docMarco Hinz2021-04-061-1/+10
|
* refactor(all): language tree adaption (#1105)Steven Sojka2021-03-301-3/+7
|
* feat(install): allow ignore list when installing parsers (#1098)Steven Sojka2021-03-241-0/+1
|
* Add comment parser to highlight comment tags (#893)Santos Gallegos2021-03-121-1/+18
| | | Closes #236
* [highlights] Add TSSymbol highlight groupDennis B2021-03-041-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 & injectionsSantos Gallegos2021-02-111-0/+4
|
* Update documentation for `Enable/Disable` commands.echasnovski2021-02-011-9/+9
|
* Implement `TSToggleAll`.echasnovski2021-02-011-0/+9
|
* Implement `TSBufToggle`.echasnovski2021-02-011-0/+7
|
* Remove deprecated highlightsdelphinus2020-12-211-4/+0
|
* Fix doc typoJonathan2020-12-131-1/+1
|
* Add TSComment to docsrockerBOO2020-12-071-0/+4
|
* docs: Update docs for missing groups, re-order alphabeticallyrockerBOO2020-12-071-88/+103
|
* feat(install): add "maintained" option to only install maintained parsersStephan Seitz2020-10-261-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 docskiyan422020-10-191-110/+52
|
* docs(highlights): document LanguageTree.Thomas Vigouroux2020-10-191-0/+1
|
* Use utils get_node_text to get line content and trim all whitespaces.Kristijan Husak2020-10-111-1/+1
|
* Remove old statusline implementation with new one.Kristijan Husak2020-10-111-10/+2
|
* Add implementation for improved statusline. Closes #545.Kristijan Husak2020-10-111-0/+21
|
* fix(highlights): Add TSNamespace highlightStephan Seitz2020-10-101-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 moduleSteven Sojka2020-09-251-144/+0
|
* Fix #307: Use and document TSVariable/TSVariableBuiltin in all languagesStephan Seitz2020-09-141-0/+8
|
* Fix typo in foldexpr exampleSh3Rm4n2020-09-141-1/+1
|
* Highlight definition: mention updatetime in docsSantos Gallegos2020-09-111-0/+3
| | | | Ref https://github.com/nvim-treesitter/nvim-treesitter/issues/435
* Fold: update docsSantos Gallegos2020-09-081-0/+3
| | | | Document foldnestmax.
* Highlights: default TSError to NormalSantos Gallegos2020-09-061-4/+0
| | | | | This provides a better experience for users without any extra config.
* Change 'install' -> 'index'Constantine Theocharis2020-09-021-1/+1
|
* Modify description slightly and place modeline at the endConstantine Theocharis2020-09-021-3/+4
|
* Add section 'Performance' to docsConstantine Theocharis2020-09-021-0/+7
|
* feat(refactor.navigation): allow a `fallback_function` for goto_definitionStephan Seitz2020-08-311-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}_usageStephan Seitz2020-08-311-0/+14
|
* docs: fix syntax error in README exampleStephan Seitz2020-08-261-1/+1
|
* Docs: remove enable=true from textobjects moduleevakuator2020-08-201-1/+1
|
* Docs: documentation for modules/submodulesSantos Gallegos2020-08-181-155/+416
|
* Merge pull request #305 from theHamsta/textobjects-submodulesSteven Sojka2020-08-171-1/+25
|\ | | | | Textobjects submodules
| * Textobjects: provide mappings for all swap/goto functionsStephan Seitz2020-08-171-1/+25
| |
* | Avoid duplication of help tagsdelphinus2020-08-171-1/+1
| |
* | some refacto, doc fixes and jsx querieskiyan422020-08-171-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 Seitz2020-08-161-2/+29
| | | | TSDefinitionUsage
* feat(highlights): add is predicateSteven Sojka2020-08-161-0/+4
|