aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Update lockfile.jsonGitHub2022-07-311-1/+1
|
* Update lockfile.jsonGitHub2022-07-311-1/+1
|
* Update lockfile.jsonGitHub2022-07-301-1/+1
|
* feat(highlight): re-apply default highlights on colorscheme changesJohn Drouhard2022-07-302-85/+96
| | | | | | | | | | | | | | | | | | 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.
* Update lockfile.jsonGitHub2022-07-301-1/+1
|
* Update lockfile.jsonGitHub2022-07-301-1/+1
|
* feat(ts_utils): allow starting selection after last character (#3233)Axel Dahlberg2022-07-292-2/+69
|
* Update lockfile.jsonGitHub2022-07-291-1/+1
|
* Update lockfile.jsonGitHub2022-07-281-1/+1
|
* Update lockfile.jsonGitHub2022-07-281-1/+1
|
* Update lockfile.jsonGitHub2022-07-281-4/+4
|
* highlights(c/cpp): move attributes to C (again)Stephan Seitz2022-07-282-2/+1
| | | | | Let's hope that this time the C tests pass, also for the built-in C parser.
* highlights(php): highlight more string types and escapes (#3226)Matty Patatty2022-07-271-2/+4
|
* Update lockfile.jsonGitHub2022-07-271-2/+2
|
* Update lockfile.jsonGitHub2022-07-261-1/+1
|
* Support TOML metadata in Markdown injectionsAndy Freeland2022-07-251-4/+2
| | | | | Hugo, Zola, and likely other static site generators use `+++` for TOML, not YAML.
* Update lockfile.jsonGitHub2022-07-251-4/+4
|
* Update lockfile.jsonGitHub2022-07-241-1/+1
|
* Update lockfile.jsonGitHub2022-07-241-3/+3
|
* chore: remove executable permissions on graphql spec file (#3206)Kiyan2022-07-222-1/+1
|
* Update lockfile.json (#3208)github-actions[bot]2022-07-211-1/+1
| | | Co-authored-by: GitHub <noreply@github.com>
* fix(indents): indents for error block (css, lua) (#3207)Kiyan2022-07-216-12/+24
|
* Update lockfile.jsonGitHub2022-07-211-1/+1
|
* highlights(c): Lower the priority of @variablemliszcz2022-07-201-1/+2
| | | | | | | Lower the priority of @variable to prefer @parameter highlight when identifier appears in parameter_declaration. Fixes #3061
* Update lockfile.jsonGitHub2022-07-201-1/+1
|
* Change to using an explicit list of "def-likes" for clojure (#3202)Oliver Marshall2022-07-201-2/+8
|
* Update lockfile.jsonGitHub2022-07-201-1/+1
|
* Update lockfile.jsonGitHub2022-07-191-3/+3
|
* Update lockfile.jsonGitHub2022-07-191-1/+1
|
* Update lockfile.jsonGitHub2022-07-191-1/+1
|
* chore: cleanup main file, move statusline in modulekiyan2022-07-183-50/+54
|
* fix(typo): utils.create_or_resue_writable_dir -> reuse (#3194)Kiyan2022-07-182-3/+3
|
* add ui_binding to fold (#3191)Access2022-07-171-0/+1
|
* fix(indent): set only one autocmd for binding indentexpr (#3190)Kiyan2022-07-171-4/+0
|
* Update lockfile.jsonGitHub2022-07-161-3/+3
|
* highlights(julia): add "mutable" keywordStephan Seitz2022-07-161-0/+1
|
* Update lockfile.jsonGitHub2022-07-161-1/+1
|
* fix: disable elm parser in markdown to avoid segfaultkiyan2022-07-151-0/+1
| | | | | the Elm parser segfaults when injected in markdown. Disable it for now. See https://github.com/elm-tooling/tree-sitter-elm/issues/124
* Update lockfile.jsonGitHub2022-07-151-2/+2
|
* Update lockfile.jsonGitHub2022-07-141-1/+1
|
* Highlight sql comments (#3178)Robert Liebowitz2022-07-141-0/+1
|
* Updated queries and parser versionAndrew Helwer2022-07-133-37/+120
|
* Add dart to skip lockfile update listBreno Reis2022-07-131-1/+1
|
* Revert dart to a previous, working versionBreno Reis2022-07-131-1/+1
|
* Update lockfile.jsonGitHub2022-07-121-1/+1
|
* Fix and add some highlight (#3168)Access2022-07-122-2/+20
|
* Update lockfile.jsonGitHub2022-07-121-4/+4
|
* Update lockfile.jsonGitHub2022-07-111-2/+2
|
* doc: fix typos (#3163)adrian52022-07-111-2/+2
|
* add go1.18 any typeViorel Craescu2022-07-101-0/+1
|