aboutsummaryrefslogtreecommitdiffstats
path: root/plugin
Commit message (Expand)AuthorAgeFilesLines
* fix(filetypes): correct glimmer_* mappings (#8110)altermo2025-09-101-2/+2
* fix(ini): register dosini and confini filetypesIgor2025-07-261-0/+1
* feat(verilog)!: rename to systemverilogChristian Clason2025-06-241-1/+1
* fix: register `powershell` language for `ps1` filetype (#7965)Luis Calle2025-06-231-1/+2
* fix(install): don't print operation summary by defaultChristian Clason2025-05-291-3/+4
* feat(api): expose list of available and installed languagesChristian Clason2025-05-291-1/+1
* fix(config): check both installed parsers and queriesChristian Clason2025-05-291-1/+1
* refactor(lua): fix some luals warningsChristian Clason2025-05-121-8/+8
* feat(html): use gsub for mimetype lookupChristian Clason2025-05-122-28/+1
* feat!: use tree-sitter buildChristian Clason2025-05-121-1/+1
* feat!: track parser revision in LuaChristian Clason2025-05-121-1/+1
* feat(install)!: generate from json instead of requiring nodeChristian Clason2025-05-121-1/+1
* fix: do not use vim.iter (#6469)Lewis Russell2025-05-121-6/+14
* fix: update add_predicate and add_directive calls for upstream (#6106)Gregory Anders2025-05-121-14/+35
* fix: remove upstreamed directivesChristian Clason2025-05-121-98/+4
* feat: drop `TSInstallInfo` in favor of better `checkhealth`Christian Clason2025-05-121-4/+0
* ci: remove update-lockfile shell scriptChristian Clason2025-05-121-6/+6
* refactor: rewrite installation using jobs and asyncLewis Russell2025-05-121-22/+6
* feat!: drop modules, general refactor and cleanupChristian Clason2025-05-123-25/+284
* 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