| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-02-11 | HTML: improve highlights & injections | Santos Gallegos | |
| 2021-01-28 | feat(query): add cache for get_query (#879) | oberblastmeister | |
| * added cached to get_query * added reload function * fixed message * added autocommand to reload cache on bufwrite for query file * pass filename to autocommand v:lua fn * removed comment * added metatable * fixed loop * Update lua/nvim-treesitter/query.lua Co-authored-by: Thomas Vigouroux <tomvig38@gmail.com> * Update lua/nvim-treesitter/query.lua Co-authored-by: Thomas Vigouroux <tomvig38@gmail.com> * added do ... end to local query_cache * made line shorter Co-authored-by: Thomas Vigouroux <tomvig38@gmail.com> | |||
| 2020-12-21 | Revert "Add lacked highlight link defined in highlight.lua" | delphinus | |
| This reverts commit 00f4f4d9856da0191c1d7f0d33f22b7cfcbb56c8. | |||
| 2020-12-21 | Add lacked highlight link defined in highlight.lua | delphinus | |
| 2020-10-19 | Fix #595, #583: do not set defaults for highlights that have no default ↵ | Stephan Seitz | |
| highlighting | |||
| 2020-10-11 | Explicitly check for cterm and gui values for fg | Akin Sowemimo | |
| If a user hasn't set either we default to NONE | |||
| 2020-10-11 | Add a check to ensure the fg attribute exists | Akin Sowemimo | |
| before setting the value | |||
| 2020-10-11 | Don't change the background highlights | Akin Sowemimo | |
| treesitter highlighting is colouring the characters in the foreground so there's no need to touch the highlighting of the background | |||
| 2020-10-11 | fix cterm fg and bg error | Akin Sowemimo | |
| 2020-10-11 | Add background and foreground colors to TSNone | Akin Sowemimo | |
| This fixes the issue where colors highlighted as TSNone were not reverting to the background and foreground color. | |||
| 2020-10-10 | fix(highlights): Add TSNamespace highlight | Stephan Seitz | |
| Start adding highlights for - C++ - Rust (including other scoped_identifier/scoped_type_identifier fixes) - JS (only namespace_import) Addresses #516 | |||
| 2020-10-05 | Dart highlights: Reset highlight in interpolation | Stephan Seitz | |
| 2020-09-25 | chore(modules): remove refactor module | Steven Sojka | |
| 2020-09-19 | Add @keyword.operator for operators that are English words and add ↵ | Stephan Seitz | |
| @exception for Java/JS | |||
| 2020-09-18 | Re-add attribute highlight | Akin Sowemimo | |
| 2020-09-18 | use TSnone instead of linking to Normal | kyazdani42 | |
| 2020-09-18 | link highlight groups for TSTag and TSTagDelimiter | TravonteD | |
| 2020-09-15 | add TSNone | kiyan42 | |
| 2020-09-06 | Highlights: default TSError to Normal | Santos Gallegos | |
| This provides a better experience for users without any extra config. | |||
| 2020-09-06 | Highlights: use underlined for TSURI | Santos Gallegos | |
| Neovim already uses this hl group `:h group-name` and it's recommend for links. | |||
| 2020-09-04 | Refactor: move completion functions to autoload | Santos Gallegos | |
| 2020-08-16 | feat(highlights): add is predicate | Steven Sojka | |
| 2020-08-13 | fix(highlight): link TSVariable to Normal | Thomas Vigouroux | |
| 2020-08-09 | Change capture groups and add variable highlights | Akin Sowemimo | |
| 2020-08-09 | Lua: highlight function name | Santos Gallegos | |
| 2020-08-02 | Add 'all' to completions for TSInstall/TSUpdate/TSUninstall | Stephan Seitz | |
| 2020-08-02 | Add TSUpdate command to update parsers | Stephan Seitz | |
| 2020-07-27 | Parsers: add reStructuredText | Santos Gallegos | |
| 2020-07-23 | Rename attribute to annotation | Akin Sowemimo | |
| 2020-07-23 | Add attribute to the highlight map | Akin Sowemimo | |
| 2020-07-13 | Add module refactor.highlight_current_scope | Stephan Seitz | |
| 2020-07-01 | Fix #136: Highlight of TSFloat should be Float not TSFloat | Stephan Seitz | |
| 2020-06-30 | refactor(refactor): use higher local apis and some cleanup | Steven Sojka | |
| 2020-06-29 | highlights: declare links as defaults | Thomas Vigouroux | |
| 2020-06-26 | highlight: use custom highlight groups | Thomas Vigouroux | |
| 2020-06-20 | refactor: parser list and lang->ft/ft->lang | kiyan42 | |
| - move parser list in `parsers.lua` - most `ft` variable where changed to `lang`, `ft` is only used on autocmd binding, and lang is used for everything else. Functions have been defined to make the switch between `ft` and `lang` | |||
| 2020-04-25 | refactor(textobj): use configs and don't use VimL | Thomas Vigouroux | |
| 2020-04-25 | textobj: add incremental scope selection | Thomas Vigouroux | |
| 2020-04-24 | feat/refacto: improve configurations | kiyan42 | |
| - You should now get the configs through functions - Configs for languages are now inside a local object called parsers - You can get the parser installation configurations with `get_parser_configs` - A new object has been initialized inside configs to specify module config (called config). - Provide functions to enable/disable a module on one buffer - Provide functions to enable/disable a module on all buffers, and if filetype is specified, for specific filetype - Provide function to determine if module is activated for a specified filetype | |||
| 2020-04-21 | feat/refacto: add configs.lua, setup install | kiyan42 | |
| - configs.lua holds the `repositories` data - install health moved to health.lua - plugins loads _root.setup() on startup - install and list command are available through vim > use them with `:TSInstall lang` and `:TSInstallInfo` | |||
| 2020-04-19 | feat: create NvimTreesitter augroup at startup | Thomas Vigouroux | |
| 2020-04-19 | fix: add plugin file | Thomas Vigouroux | |
