summaryrefslogtreecommitdiff
path: root/plugin/nvim-treesitter.vim
AgeCommit message (Expand)Author
2021-07-14create TSTagAttribute highlight group (#1575)Sean Baildon
2021-07-11Highlights: define string.special (#1551)Santos Gallegos
2021-07-04feat(keywords) merge return and yield into keyword.return groupantonk52
2021-07-04feat(keywords) add keyword.return & keyword.yieldantonk52
2021-06-22fix typo: Enviroment -> Environmentkmarius
2021-04-24Link TSComment to CommentSantos Gallegos
2021-03-30Add LaTeX maintainersStephan Seitz
2021-03-30Add text.reference and text.environmentStephan Seitz
2021-03-30latex: add TSMath that behaves like vimtex math highlightingStephan Seitz
2021-03-23fix(checkhealth): display error messages of failed queriesStephan Seitz
2021-03-12Add comment parser to highlight comment tags (#893)Santos Gallegos
2021-03-04[highlights] Add TSSymbol highlight groupDennis B
2021-02-11HTML: improve highlights & injectionsSantos Gallegos
2021-01-28feat(query): add cache for get_query (#879)oberblastmeister
2020-12-21Revert "Add lacked highlight link defined in highlight.lua"delphinus
2020-12-21Add lacked highlight link defined in highlight.luadelphinus
2020-10-19Fix #595, #583: do not set defaults for highlights that have no default highl...Stephan Seitz
2020-10-11Explicitly check for cterm and gui values for fgAkin Sowemimo
2020-10-11Add a check to ensure the fg attribute existsAkin Sowemimo
2020-10-11Don't change the background highlightsAkin Sowemimo
2020-10-11fix cterm fg and bg errorAkin Sowemimo
2020-10-11Add background and foreground colors to TSNoneAkin Sowemimo
2020-10-10fix(highlights): Add TSNamespace highlightStephan Seitz
2020-10-05Dart highlights: Reset highlight in interpolationStephan Seitz
2020-09-25chore(modules): remove refactor moduleSteven Sojka
2020-09-19Add @keyword.operator for operators that are English words and add @exception...Stephan Seitz
2020-09-18Re-add attribute highlightAkin Sowemimo
2020-09-18use TSnone instead of linking to Normalkyazdani42
2020-09-18link highlight groups for TSTag and TSTagDelimiterTravonteD
2020-09-15add TSNonekiyan42
2020-09-06Highlights: default TSError to NormalSantos Gallegos
2020-09-06Highlights: use underlined for TSURISantos Gallegos
2020-09-04Refactor: move completion functions to autoloadSantos Gallegos
2020-08-16feat(highlights): add is predicateSteven Sojka
2020-08-13fix(highlight): link TSVariable to NormalThomas Vigouroux
2020-08-09Change capture groups and add variable highlightsAkin Sowemimo
2020-08-09Lua: highlight function nameSantos Gallegos
2020-08-02Add 'all' to completions for TSInstall/TSUpdate/TSUninstallStephan Seitz
2020-08-02Add TSUpdate command to update parsersStephan Seitz
2020-07-27Parsers: add reStructuredTextSantos Gallegos
2020-07-23Rename attribute to annotationAkin Sowemimo
2020-07-23Add attribute to the highlight mapAkin Sowemimo
2020-07-13Add module refactor.highlight_current_scopeStephan Seitz
2020-07-01Fix #136: Highlight of TSFloat should be Float not TSFloatStephan Seitz
2020-06-30refactor(refactor): use higher local apis and some cleanupSteven Sojka
2020-06-29highlights: declare links as defaultsThomas Vigouroux
2020-06-26highlight: use custom highlight groupsThomas Vigouroux
2020-06-20refactor: parser list and lang->ft/ft->langkiyan42
2020-04-25refactor(textobj): use configs and don't use VimLThomas Vigouroux
2020-04-25textobj: add incremental scope selectionThomas Vigouroux