summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-08-03Split func/method definition from calls in C highlighting querieslfenzo
2022-08-03Updated CONTRIBUING.mdlfenzo
2022-08-03Split func/method definition from calls in julia highlighting querylfenzo
2022-08-03Split func/method definition from calls in python highlighting querylfenzo
2022-08-03Added function/method call highlight groupslfenzo
2022-08-03chore: trim space in check-healthStephan Seitz
Fixes #3248
2022-08-03chore: show in TSInstallInfo when parser is still loadedStephan Seitz
2022-08-03Update lockfile.jsonGitHub
2022-08-03Add racket support6cdh
2022-08-03other folds addedShootingStarDragons
2022-08-03change tab to spaceShootingStarDragons
2022-08-03add folds.scmShootingStarDragons
2022-08-02Update lockfile.jsonGitHub
2022-08-02parsers(dart): unlock dart parserStephan Seitz
Segfault seems to be fixed in https://github.com/UserNobody14/tree-sitter-dart/commit/c667fd401c736e208c73b7bb9267557b67b23491 After 30min of fuzzing no Segfault found so far.
2022-08-02fix: node_incremental for incremental selection jumping around (#3257)itepechi / いてぺち
2022-08-02Update lockfile.jsonGitHub
2022-07-31docs: add descriptions to incremental_selection keymapsStephan Seitz
2022-07-31Update lockfile.jsonGitHub
2022-07-31Update lockfile.jsonGitHub
2022-07-30Update lockfile.jsonGitHub
2022-07-30feat(highlight): re-apply default highlights on colorscheme changesJohn Drouhard
If the plugin is loaded after a colorscheme is set that defines any of these highlight groups, the default won't be applied. Subsequent "highlight clear" commands (common when switching colorschemes) will then clear any of those highlights, but these defaults never have another opportunity to be initialized. Effectively, if you load neovim with a colorscheme that has definitions for some of these highlight groups, then load treesitter, then switch colorschemes, many of these default links will be absent resulting in colors that do not appear the same as if that colorscheme had been used at startup. Hooking the ColorScheme event with an autocmd that just reapplies these defaults gives every colorscheme switch the opportunity to get the defaults for non-explicitly-defined groups.
2022-07-30Update lockfile.jsonGitHub
2022-07-30Update lockfile.jsonGitHub
2022-07-29feat(ts_utils): allow starting selection after last character (#3233)Axel Dahlberg
2022-07-29Update lockfile.jsonGitHub
2022-07-28Update lockfile.jsonGitHub
2022-07-28Update lockfile.jsonGitHub
2022-07-28Update lockfile.jsonGitHub
2022-07-28highlights(c/cpp): move attributes to C (again)Stephan Seitz
Let's hope that this time the C tests pass, also for the built-in C parser.
2022-07-27highlights(php): highlight more string types and escapes (#3226)Matty Patatty
2022-07-27Update lockfile.jsonGitHub
2022-07-26Update lockfile.jsonGitHub
2022-07-25Support TOML metadata in Markdown injectionsAndy Freeland
Hugo, Zola, and likely other static site generators use `+++` for TOML, not YAML.
2022-07-25Update lockfile.jsonGitHub
2022-07-24Update lockfile.jsonGitHub
2022-07-24Update lockfile.jsonGitHub
2022-07-22chore: remove executable permissions on graphql spec file (#3206)Kiyan
2022-07-21Update lockfile.json (#3208)github-actions[bot]
Co-authored-by: GitHub <noreply@github.com>
2022-07-21fix(indents): indents for error block (css, lua) (#3207)Kiyan
2022-07-21Update lockfile.jsonGitHub
2022-07-20highlights(c): Lower the priority of @variablemliszcz
Lower the priority of @variable to prefer @parameter highlight when identifier appears in parameter_declaration. Fixes #3061
2022-07-20Update lockfile.jsonGitHub
2022-07-20Change to using an explicit list of "def-likes" for clojure (#3202)Oliver Marshall
2022-07-20Update lockfile.jsonGitHub
2022-07-19Update lockfile.jsonGitHub
2022-07-19Update lockfile.jsonGitHub
2022-07-19Update lockfile.jsonGitHub
2022-07-18chore: cleanup main file, move statusline in modulekiyan
2022-07-18fix(typo): utils.create_or_resue_writable_dir -> reuse (#3194)Kiyan
2022-07-17add ui_binding to fold (#3191)Access