aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* indens(go): fix issue 3288Stephan Seitz2022-08-151-0/+14
| | | | Fixes #3288
* Update lockfile.jsonGitHub2022-08-151-1/+1
|
* fix(ruby): indent of brackets & parensZheng Piaodan2022-08-134-2/+16
|
* fix(ruby): indent parenthesized_statementsZheng Piaodan2022-08-133-0/+4
|
* Update lockfile.jsonGitHub2022-08-131-1/+1
|
* Update lockfile.jsonGitHub2022-08-111-1/+1
|
* Conceal reference and shortcut links in markdownBen Weedon2022-08-111-6/+30
| | | | | | | | | | | | | | | | | | | | | | | This change conceals `full_reference_link`, `collapsed_reference_link`, and `shortcut_link` similarly to the `markdown_inline` query file already conceals `inline_link` and `image`. ## Test markdown contents ```markdown Some text before the link [full reference link text][link label] and now some text after the link onto a new line. Some text before the link [collapsed reference link text][] and now some text after the link onto a new line. Some text before the link [shortcut link text] and now some text after the link onto a new line. ``` ## Test markdown concealed screenshot Closes #3267
* Update lockfile.jsonGitHub2022-08-101-1/+1
|
* chore: update `tree-sitter-http` parser URLNTBBloodbath2022-08-092-2/+2
|
* Enable expandtabphynalle2022-08-081-1/+1
|
* Add zig tests for newlinephynalle2022-08-082-0/+32
|
* fix(zig): Do not indent on newline after blockphynalle2022-08-081-0/+2
|
* Update lockfile.jsonGitHub2022-08-081-3/+3
|
* nil check for linesray-x2022-08-061-1/+4
|
* injections(go): avoid running queries on all commentsStephan Seitz2022-08-061-5/+0
| | | | | Fixes #3187 Fixes #3263
* go folds.scm composit_literalray-x2022-08-051-0/+2
|
* Update lockfile.jsonGitHub2022-08-051-4/+4
|
* indents(go): improve `@branch` rulesStephan Seitz2022-08-053-1/+35
| | | | | | | | - Don't branch at `case` - Let `import_spec_list`/`var_declaration` behave like `const_declaration` Fixes #2166
* SQL highlight queries rely on latest parser ASTderekstride2022-08-051-5/+4
|
* Update lockfile.jsonGitHub2022-08-051-3/+3
|
* Split func/method definition from calls in several programming language querieslfenzo2022-08-0315-32/+32
|
* Correct previously edited docs filelfenzo2022-08-031-1/+1
|
* (Broken test fixed) Updated static-namespace-functins.cpp to use function.calllfenzo2022-08-031-3/+3
|
* Updated nvim-tresitter.txt doclfenzo2022-08-031-2/+10
|
* Split func/method definition from calls in lotlin highlighting querieslfenzo2022-08-031-2/+2
|
* Split func/method definition from calls in Go highlighting querieslfenzo2022-08-031-2/+2
|
* Split func/method definition from calls in C++ highlighting querieslfenzo2022-08-031-4/+4
|
* Split func/method definition from calls in C highlighting querieslfenzo2022-08-031-2/+2
|
* Updated CONTRIBUING.mdlfenzo2022-08-031-0/+2
|
* Split func/method definition from calls in julia highlighting querylfenzo2022-08-031-4/+4
|
* Split func/method definition from calls in python highlighting querylfenzo2022-08-031-2/+2
|
* Added function/method call highlight groupslfenzo2022-08-031-0/+4
|
* chore: trim space in check-healthStephan Seitz2022-08-031-1/+1
| | | | Fixes #3248
* chore: show in TSInstallInfo when parser is still loadedStephan Seitz2022-08-031-3/+5
|
* Update lockfile.jsonGitHub2022-08-031-0/+3
|
* Add racket support6cdh2022-08-035-0/+153
|
* other folds addedShootingStarDragons2022-08-031-0/+6
|
* change tab to spaceShootingStarDragons2022-08-031-2/+2
|
* add folds.scmShootingStarDragons2022-08-031-0/+6
|
* Update lockfile.jsonGitHub2022-08-021-2/+2
|
* parsers(dart): unlock dart parserStephan Seitz2022-08-022-2/+2
| | | | | | | Segfault seems to be fixed in https://github.com/UserNobody14/tree-sitter-dart/commit/c667fd401c736e208c73b7bb9267557b67b23491 After 30min of fuzzing no Segfault found so far.
* fix: node_incremental for incremental selection jumping around (#3257)itepechi / いてぺち2022-08-021-1/+6
|
* Update lockfile.jsonGitHub2022-08-021-4/+4
|
* docs: add descriptions to incremental_selection keymapsStephan Seitz2022-07-311-4/+15
|
* 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
|