aboutsummaryrefslogtreecommitdiffstats
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
* docs: move description to the first lineDundar Göc2021-11-051-3/+1
| | | | | | | | | | | This will make the description of nvim-treesitter show up in the LOCAL ADDITIONS section of the help text. So this |nvim-treesitter| instead becomes |nvim-treesitter| Treesitter configurations and abstraction layer for Neovim.
* chore: fix typosDundar Göc2021-11-021-2/+2
|
* docs: Update nvim-treesitter-highlightsSergio Alejandro Vargas2021-09-141-61/+67
| | | | | | | | | - Fix misspellings, missing punctuation and capitalization. - Clarify whether highlights apply to identifiers (e.g. `TSConstant`) or to literal values (e.g. `TSConstBuiltin`). - Extend examples. See #1767
* add @tag.attribute for html like attributeslmlorca2021-07-141-0/+4
|
* doc: be more explicit about additional_vim_regex_highlighting (#1561)Stephan Seitz2021-07-131-1/+3
|
* Highlights: define string.special (#1551)Santos Gallegos2021-07-111-0/+4
| | | | | | | | | | * Highlights: define string.special This was in our CONTRIBUTING.md file, but wasn't defined. Fixes https://github.com/nvim-treesitter/nvim-treesitter/issues/1405 * Use string.escape
* Folds: support 'foldminlines'Munif Tanjim2021-07-081-1/+1
|
* Docs: mention that indentation is still experimentalSantos Gallegos2021-07-051-1/+2
|
* 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
|