| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | create TSTagAttribute highlight group (#1575) | Sean Baildon | 2021-07-14 | 1 | -0/+1 |
| | | | | references #1572 | ||||
| * | Highlights: define string.special (#1551) | Santos Gallegos | 2021-07-11 | 1 | -0/+1 |
| | | | | | | | | | | | * 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 | ||||
| * | feat(keywords) merge return and yield into keyword.return group | antonk52 | 2021-07-04 | 1 | -1/+0 |
| | | |||||
| * | feat(keywords) add keyword.return & keyword.yield | antonk52 | 2021-07-04 | 1 | -0/+2 |
| | | |||||
| * | fix typo: Enviroment -> Environment | kmarius | 2021-06-22 | 1 | -2/+2 |
| | | |||||
| * | Link TSComment to Comment | Santos Gallegos | 2021-04-24 | 1 | -0/+1 |
| | | | | | Fix https://github.com/nvim-treesitter/nvim-treesitter/issues/1246 | ||||
| * | Add LaTeX maintainers | Stephan Seitz | 2021-03-30 | 1 | -1/+1 |
| | | |||||
| * | Add text.reference and text.environment | Stephan Seitz | 2021-03-30 | 1 | -0/+3 |
| | | |||||
| * | latex: add TSMath that behaves like vimtex math highlighting | Stephan Seitz | 2021-03-30 | 1 | -0/+1 |
| | | |||||
| * | fix(checkhealth): display error messages of failed queries | Stephan Seitz | 2021-03-23 | 1 | -1/+1 |
| | | |||||
| * | Add comment parser to highlight comment tags (#893) | Santos Gallegos | 2021-03-12 | 1 | -0/+4 |
| | | | | Closes #236 | ||||
| * | [highlights] Add TSSymbol highlight group | Dennis B | 2021-03-04 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | 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/+1 |
| | | |||||
| * | feat(query): add cache for get_query (#879) | oberblastmeister | 2021-01-28 | 1 | -0/+3 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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> | ||||
| * | Revert "Add lacked highlight link defined in highlight.lua" | delphinus | 2020-12-21 | 1 | -3/+0 |
| | | | | | This reverts commit 00f4f4d9856da0191c1d7f0d33f22b7cfcbb56c8. | ||||
| * | Add lacked highlight link defined in highlight.lua | delphinus | 2020-12-21 | 1 | -0/+3 |
| | | |||||
| * | Fix #595, #583: do not set defaults for highlights that have no default ↵ | Stephan Seitz | 2020-10-19 | 1 | -3/+0 |
| | | | | | highlighting | ||||
| * | Explicitly check for cterm and gui values for fg | Akin Sowemimo | 2020-10-11 | 1 | -7/+8 |
| | | | | | If a user hasn't set either we default to NONE | ||||
| * | Add a check to ensure the fg attribute exists | Akin Sowemimo | 2020-10-11 | 1 | -1/+11 |
| | | | | | before setting the value | ||||
| * | Don't change the background highlights | Akin Sowemimo | 2020-10-11 | 1 | -1/+1 |
| | | | | | | treesitter highlighting is colouring the characters in the foreground so there's no need to touch the highlighting of the background | ||||
| * | fix cterm fg and bg error | Akin Sowemimo | 2020-10-11 | 1 | -1/+1 |
| | | |||||
| * | Add background and foreground colors to TSNone | Akin Sowemimo | 2020-10-11 | 1 | -1/+1 |
| | | | | | | This fixes the issue where colors highlighted as TSNone were not reverting to the background and foreground color. | ||||
| * | fix(highlights): Add TSNamespace highlight | Stephan Seitz | 2020-10-10 | 1 | -1/+1 |
| | | | | | | | | | | Start adding highlights for - C++ - Rust (including other scoped_identifier/scoped_type_identifier fixes) - JS (only namespace_import) Addresses #516 | ||||
| * | Dart highlights: Reset highlight in interpolation | Stephan Seitz | 2020-10-05 | 1 | -1/+1 |
| | | |||||
| * | chore(modules): remove refactor module | Steven Sojka | 2020-09-25 | 1 | -5/+0 |
| | | |||||
| * | Add @keyword.operator for operators that are English words and add ↵ | Stephan Seitz | 2020-09-19 | 1 | -0/+1 |
| | | | | | @exception for Java/JS | ||||
| * | Re-add attribute highlight | Akin Sowemimo | 2020-09-18 | 1 | -0/+1 |
| | | |||||
| * | use TSnone instead of linking to Normal | kyazdani42 | 2020-09-18 | 1 | -5/+5 |
| | | |||||
| * | link highlight groups for TSTag and TSTagDelimiter | TravonteD | 2020-09-18 | 1 | -0/+3 |
| | | |||||
| * | add TSNone | kiyan42 | 2020-09-15 | 1 | -0/+2 |
| | | |||||
| * | Highlights: default TSError to Normal | Santos Gallegos | 2020-09-06 | 1 | -1/+1 |
| | | | | | | This provides a better experience for users without any extra config. | ||||
| * | Highlights: use underlined for TSURI | Santos Gallegos | 2020-09-06 | 1 | -1/+1 |
| | | | | | | Neovim already uses this hl group `:h group-name` and it's recommend for links. | ||||
| * | Refactor: move completion functions to autoload | Santos Gallegos | 2020-09-04 | 1 | -12/+1 |
| | | |||||
| * | feat(highlights): add is predicate | Steven Sojka | 2020-08-16 | 1 | -0/+1 |
| | | |||||
| * | fix(highlight): link TSVariable to Normal | Thomas Vigouroux | 2020-08-13 | 1 | -2/+2 |
| | | |||||
| * | Change capture groups and add variable highlights | Akin Sowemimo | 2020-08-09 | 1 | -0/+3 |
| | | |||||
| * | Lua: highlight function name | Santos Gallegos | 2020-08-09 | 1 | -0/+1 |
| | | |||||
| * | Add 'all' to completions for TSInstall/TSUpdate/TSUninstall | Stephan Seitz | 2020-08-02 | 1 | -2/+2 |
| | | |||||
| * | Add TSUpdate command to update parsers | Stephan Seitz | 2020-08-02 | 1 | -0/+3 |
| | | |||||
| * | Parsers: add reStructuredText | Santos Gallegos | 2020-07-27 | 1 | -0/+8 |
| | | |||||
| * | Rename attribute to annotation | Akin Sowemimo | 2020-07-23 | 1 | -1/+1 |
| | | |||||
| * | Add attribute to the highlight map | Akin Sowemimo | 2020-07-23 | 1 | -0/+1 |
| | | |||||
| * | Add module refactor.highlight_current_scope | Stephan Seitz | 2020-07-13 | 1 | -0/+1 |
| | | |||||
| * | Fix #136: Highlight of TSFloat should be Float not TSFloat | Stephan Seitz | 2020-07-01 | 1 | -1/+1 |
| | | |||||
| * | refactor(refactor): use higher local apis and some cleanup | Steven Sojka | 2020-06-30 | 1 | -0/+3 |
| | | |||||
| * | highlights: declare links as defaults | Thomas Vigouroux | 2020-06-29 | 1 | -33/+33 |
| | | |||||
| * | highlight: use custom highlight groups | Thomas Vigouroux | 2020-06-26 | 1 | -1/+40 |
| | | |||||
| * | refactor: parser list and lang->ft/ft->lang | kiyan42 | 2020-06-20 | 1 | -1/+1 |
| | | | | | | | | - 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` | ||||
| * | refactor(textobj): use configs and don't use VimL | Thomas Vigouroux | 2020-04-25 | 1 | -1/+1 |
| | | |||||
| * | textobj: add incremental scope selection | Thomas Vigouroux | 2020-04-25 | 1 | -1/+1 |
| | | |||||
