| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | 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 | |
| | | ||||||
| * | feat/refacto: improve configurations | kiyan42 | 2020-04-24 | 1 | -7/+10 | |
| | | | | | | | | | | | | - 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 | |||||
| * | feat/refacto: add configs.lua, setup install | kiyan42 | 2020-04-21 | 1 | -0/+7 | |
| | | | | | | | | | - 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` | |||||
| * | feat: create NvimTreesitter augroup at startup | Thomas Vigouroux | 2020-04-19 | 1 | -0/+3 | |
| | | ||||||
| * | fix: add plugin file | Thomas Vigouroux | 2020-04-19 | 1 | -0/+7 | |
