aboutsummaryrefslogtreecommitdiffstats
path: root/plugin
Commit message (Expand)AuthorAgeFilesLines
* feat!: remove obsolete `TS*` highlight groupsChristian Clason2022-10-161-10/+0
* feat(highlight): re-apply default highlights on colorscheme changesJohn Drouhard2022-07-301-85/+8
* refactor!: update to Neovim 0.7 APIsChristian Clason2022-04-302-106/+121
* Add capture groups for remaining builtin highlight groupsGregory Anders2022-03-301-0/+10
* create TSTagAttribute highlight group (#1575)Sean Baildon2021-07-141-0/+1
* Highlights: define string.special (#1551)Santos Gallegos2021-07-111-0/+1
* feat(keywords) merge return and yield into keyword.return groupantonk522021-07-041-1/+0
* feat(keywords) add keyword.return & keyword.yieldantonk522021-07-041-0/+2
* fix typo: Enviroment -> Environmentkmarius2021-06-221-2/+2
* Link TSComment to CommentSantos Gallegos2021-04-241-0/+1
* Add LaTeX maintainersStephan Seitz2021-03-301-1/+1
* Add text.reference and text.environmentStephan Seitz2021-03-301-0/+3
* latex: add TSMath that behaves like vimtex math highlightingStephan Seitz2021-03-301-0/+1
* fix(checkhealth): display error messages of failed queriesStephan Seitz2021-03-231-1/+1
* Add comment parser to highlight comment tags (#893)Santos Gallegos2021-03-121-0/+4
* [highlights] Add TSSymbol highlight groupDennis B2021-03-041-0/+1
* HTML: improve highlights & injectionsSantos Gallegos2021-02-111-0/+1
* feat(query): add cache for get_query (#879)oberblastmeister2021-01-281-0/+3
* Revert "Add lacked highlight link defined in highlight.lua"delphinus2020-12-211-3/+0
* Add lacked highlight link defined in highlight.luadelphinus2020-12-211-0/+3
* Fix #595, #583: do not set defaults for highlights that have no default highl...Stephan Seitz2020-10-191-3/+0
* Explicitly check for cterm and gui values for fgAkin Sowemimo2020-10-111-7/+8
* Add a check to ensure the fg attribute existsAkin Sowemimo2020-10-111-1/+11
* Don't change the background highlightsAkin Sowemimo2020-10-111-1/+1
* fix cterm fg and bg errorAkin Sowemimo2020-10-111-1/+1
* Add background and foreground colors to TSNoneAkin Sowemimo2020-10-111-1/+1
* fix(highlights): Add TSNamespace highlightStephan Seitz2020-10-101-1/+1
* Dart highlights: Reset highlight in interpolationStephan Seitz2020-10-051-1/+1
* chore(modules): remove refactor moduleSteven Sojka2020-09-251-5/+0
* Add @keyword.operator for operators that are English words and add @exception...Stephan Seitz2020-09-191-0/+1
* Re-add attribute highlightAkin Sowemimo2020-09-181-0/+1
* use TSnone instead of linking to Normalkyazdani422020-09-181-5/+5
* link highlight groups for TSTag and TSTagDelimiterTravonteD2020-09-181-0/+3
* add TSNonekiyan422020-09-151-0/+2
* Highlights: default TSError to NormalSantos Gallegos2020-09-061-1/+1
* Highlights: use underlined for TSURISantos Gallegos2020-09-061-1/+1
* Refactor: move completion functions to autoloadSantos Gallegos2020-09-041-12/+1
* feat(highlights): add is predicateSteven Sojka2020-08-161-0/+1
* fix(highlight): link TSVariable to NormalThomas Vigouroux2020-08-131-2/+2
* Change capture groups and add variable highlightsAkin Sowemimo2020-08-091-0/+3
* Lua: highlight function nameSantos Gallegos2020-08-091-0/+1
* Add 'all' to completions for TSInstall/TSUpdate/TSUninstallStephan Seitz2020-08-021-2/+2
* Add TSUpdate command to update parsersStephan Seitz2020-08-021-0/+3
* Parsers: add reStructuredTextSantos Gallegos2020-07-271-0/+8
* Rename attribute to annotationAkin Sowemimo2020-07-231-1/+1
* Add attribute to the highlight mapAkin Sowemimo2020-07-231-0/+1
* Add module refactor.highlight_current_scopeStephan Seitz2020-07-131-0/+1
* Fix #136: Highlight of TSFloat should be Float not TSFloatStephan Seitz2020-07-011-1/+1
* refactor(refactor): use higher local apis and some cleanupSteven Sojka2020-06-301-0/+3
* highlights: declare links as defaultsThomas Vigouroux2020-06-291-33/+33