Commit graph

2881 commits

Author SHA1 Message Date
GitHub
e7b5e92d46 Update lockfile.json 2022-08-10 09:09:52 +02:00
NTBBloodbath
e9ab034139 chore: update tree-sitter-http parser URL 2022-08-09 09:06:19 +02:00
phynalle
d2815cb82f Enable expandtab 2022-08-08 14:07:30 -07:00
phynalle
5c7f9d2ddb Add zig tests for newline 2022-08-08 14:07:30 -07:00
phynalle
54de8afbed fix(zig): Do not indent on newline after block 2022-08-08 14:07:30 -07:00
GitHub
7e41005423 Update lockfile.json 2022-08-08 09:13:19 +02:00
ray-x
a9a6493b1e nil check for lines 2022-08-06 05:38:42 -07:00
Stephan Seitz
f68a1b16ce injections(go): avoid running queries on all comments
Fixes #3187
Fixes #3263
2022-08-06 05:37:14 -07:00
ray-x
373b15ecee go folds.scm composit_literal 2022-08-05 13:36:57 -07:00
GitHub
0b2b790e0f Update lockfile.json 2022-08-05 13:26:05 -07:00
Stephan Seitz
27424a2040 indents(go): improve @branch rules
- Don't branch at `case`
- Let `import_spec_list`/`var_declaration` behave like
  `const_declaration`

Fixes #2166
2022-08-05 12:32:20 -07:00
derekstride
3832fde3ee SQL highlight queries rely on latest parser AST 2022-08-05 21:20:11 +02:00
GitHub
2ac9f2ca7d Update lockfile.json 2022-08-05 21:20:11 +02:00
lfenzo
c784720917 Split func/method definition from calls in several programming language queries 2022-08-03 12:05:30 -07:00
lfenzo
77675b6706 Correct previously edited docs file 2022-08-03 12:05:30 -07:00
lfenzo
64f3f7415d (Broken test fixed) Updated static-namespace-functins.cpp to use function.call 2022-08-03 12:05:30 -07:00
lfenzo
8665a99a0f Updated nvim-tresitter.txt doc 2022-08-03 12:05:30 -07:00
lfenzo
0014e52e2d Split func/method definition from calls in lotlin highlighting queries 2022-08-03 12:05:30 -07:00
lfenzo
2f9ae24ffa Split func/method definition from calls in Go highlighting queries 2022-08-03 12:05:30 -07:00
lfenzo
576287ac84 Split func/method definition from calls in C++ highlighting queries 2022-08-03 12:05:30 -07:00
lfenzo
04e62a2027 Split func/method definition from calls in C highlighting queries 2022-08-03 12:05:30 -07:00
lfenzo
460d24a12d Updated CONTRIBUING.md 2022-08-03 12:05:30 -07:00
lfenzo
140393cfff Split func/method definition from calls in julia highlighting query 2022-08-03 12:05:30 -07:00
lfenzo
ae87408513 Split func/method definition from calls in python highlighting query 2022-08-03 12:05:30 -07:00
lfenzo
a51ef77674 Added function/method call highlight groups 2022-08-03 12:05:30 -07:00
Stephan Seitz
fbf453a432 chore: trim space in check-health
Fixes #3248
2022-08-03 18:45:37 +02:00
Stephan Seitz
4e371452e0 chore: show in TSInstallInfo when parser is still loaded 2022-08-03 09:03:54 +02:00
GitHub
94806bc5ce Update lockfile.json 2022-08-03 00:40:30 +02:00
6cdh
d642de92f7 Add racket support 2022-08-03 00:25:14 +02:00
ShootingStarDragons
3d476b3edb other folds added 2022-08-03 00:19:02 +02:00
ShootingStarDragons
d4786db62e change tab to space 2022-08-03 00:19:02 +02:00
ShootingStarDragons
a919ea79e5 add folds.scm 2022-08-03 00:19:02 +02:00
GitHub
867cf9494d Update lockfile.json 2022-08-02 22:10:03 +02:00
Stephan Seitz
ec98bcc216 parsers(dart): unlock dart parser
Segfault seems to be fixed in
c667fd401c

After 30min of fuzzing no Segfault found so far.
2022-08-02 21:52:37 +02:00
itepechi / いてぺち
abb8b5756a
fix: node_incremental for incremental selection jumping around (#3257) 2022-08-02 12:40:25 +00:00
GitHub
f7ac82c48e Update lockfile.json 2022-08-02 10:10:07 +02:00
Stephan Seitz
2282461416 docs: add descriptions to incremental_selection keymaps 2022-07-31 17:33:41 +02:00
GitHub
4e934673d8 Update lockfile.json 2022-07-31 11:23:04 +02:00
GitHub
6014ad4b26 Update lockfile.json 2022-07-31 11:07:49 +02:00
GitHub
18ad3904fb Update lockfile.json 2022-07-30 20:22:04 +02:00
John Drouhard
635c450939 feat(highlight): re-apply default highlights on colorscheme changes
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-30 20:13:24 +02:00
GitHub
46b3db4998 Update lockfile.json 2022-07-30 18:20:09 +02:00
GitHub
dd8475fbd2 Update lockfile.json 2022-07-30 17:39:47 +02:00
Axel Dahlberg
0d7fab0c33
feat(ts_utils): allow starting selection after last character (#3233) 2022-07-29 17:35:29 +02:00
GitHub
5c4548c070 Update lockfile.json 2022-07-29 15:12:32 +02:00
GitHub
6289410c7a Update lockfile.json 2022-07-28 10:03:41 +02:00
GitHub
551a7513f1 Update lockfile.json 2022-07-28 09:15:35 +02:00
GitHub
b7a897dba4 Update lockfile.json 2022-07-28 08:52:39 +02:00
Stephan Seitz
f9176e560c highlights(c/cpp): move attributes to C (again)
Let's hope that this time the C tests pass, also for the built-in C
parser.
2022-07-28 08:24:51 +02:00
Matty Patatty
36ee4890c4
highlights(php): highlight more string types and escapes (#3226) 2022-07-27 07:48:01 +00:00