| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | feat!: remove obsolete `TS*` highlight groups | Christian Clason | 2022-10-16 | 1 | -301/+0 |
| | | |||||
| * | Correct previously edited docs file | lfenzo | 2022-08-03 | 1 | -1/+1 |
| | | |||||
| * | Updated nvim-tresitter.txt doc | lfenzo | 2022-08-03 | 1 | -2/+10 |
| | | |||||
| * | doc: fix typos (#3163) | adrian5 | 2022-07-11 | 1 | -2/+2 |
| | | |||||
| * | feat: add option to auto-install missing parsers (#3130) | Jonas Strittmatter | 2022-07-08 | 1 | -0/+3 |
| | | |||||
| * | Add support for custom parser install locations #2959 (#3031) | Duncan McDougall | 2022-06-20 | 1 | -0/+7 |
| | | |||||
| * | chore: deprecate ts_utils.get_node_text | Stephan Seitz | 2022-04-18 | 1 | -5/+0 |
| | | |||||
| * | chore!: deprecate ensure_installed=maintained | Christian Clason | 2022-04-10 | 1 | -4/+4 |
| | | | | | | BREAKING CHANGE: specify explicit list or use `ensure_installed='all'` (not recommended) | ||||
| * | fix(modules): enabling disabling per buffer and globally | kiyan | 2022-04-10 | 1 | -6/+6 |
| | | | | | | | | | | | | | | | When a module is disabled by default in the config, running TSBufEnable will not enable the module because the is_enabled function will always return false, thus the module not being enabled. Also, disabling/enabling the buffers is flaky. This commit adds per buffer check when the module is not disabled. It also makes the enable and disable more indempotent. i've also renamed TS*All to TS*. Fixes #2754 | ||||
| * | Add capture groups for remaining builtin highlight groups | Gregory Anders | 2022-03-30 | 1 | -0/+33 |
| | | | | | | Some builtin highlight groups (see `:h group-name`) do not yet have associated capture groups, so add them. | ||||
| * | refacto: expose a function to set custom capture for the higlighter | kiyan | 2022-02-19 | 1 | -3/+10 |
| | | | | | | | | | | BREAKING: deprecate custom_captures from highlight config. This allows plugin authors to extend the map. It also avoids settings user configuration specific values during the highlighter initialization (SOC). Not sure how much value this brings, and might potentially break a lot of people configurations. This is questionable. | ||||
| * | chore: update init.vim refs to init.lua | kiyan | 2022-02-11 | 1 | -2/+2 |
| | | |||||
| * | chore: remove lua heredocs in documentation and readme | kiyan | 2022-02-11 | 1 | -14/+0 |
| | | |||||
| * | docs: add missing vim table in the example | monkoose | 2022-01-22 | 1 | -1/+1 |
| | | |||||
| * | Make example config more easy to read | Santos Gallegos | 2021-12-18 | 1 | -4/+20 |
| | | | | | Ref https://github.com/nvim-treesitter/nvim-treesitter/issues/2095#issuecomment-992759818 | ||||
| * | Fix docs | patrick96 | 2021-11-28 | 1 | -1/+1 |
| | | |||||
| * | Completely remove condition from documentation | patrick96 | 2021-11-28 | 1 | -3/+0 |
| | | |||||
| * | Make disable accept a function | patrick96 | 2021-11-28 | 1 | -6/+19 |
| | | | | | Replaces the condition setting (though it does the exact inverse) | ||||
| * | Rename cond to condition | patrick96 | 2021-11-28 | 1 | -4/+5 |
| | | |||||
| * | Add documentation for cond setting | patrick96 | 2021-11-28 | 1 | -1/+8 |
| | | | | | Ref: #1994 | ||||
| * | docs: move description to the first line | Dundar Göc | 2021-11-05 | 1 | -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 typos | Dundar Göc | 2021-11-02 | 1 | -2/+2 |
| | | |||||
| * | docs: Update nvim-treesitter-highlights | Sergio Alejandro Vargas | 2021-09-14 | 1 | -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 attributes | lmlorca | 2021-07-14 | 1 | -0/+4 |
| | | |||||
| * | doc: be more explicit about additional_vim_regex_highlighting (#1561) | Stephan Seitz | 2021-07-13 | 1 | -1/+3 |
| | | |||||
| * | Highlights: define string.special (#1551) | Santos Gallegos | 2021-07-11 | 1 | -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 Tanjim | 2021-07-08 | 1 | -1/+1 |
| | | |||||
| * | Docs: mention that indentation is still experimental | Santos Gallegos | 2021-07-05 | 1 | -1/+2 |
| | | |||||
| * | 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 |
| | | |||||
