GitHub
e06da64459
Update lockfile.json
2022-10-18 19:10:10 +02:00
GitHub
9279bfea5e
Update lockfile.json
2022-10-18 09:24:02 +02:00
GitHub
8fa3ec0398
Update lockfile.json
2022-10-17 23:51:00 +02:00
Munif Tanjim
63d7e456ea
highlights(ecma): add pair_pattern punctuation.delimiter
2022-10-17 14:37:36 -07:00
GitHub
8f927a4d50
Update lockfile.json
2022-10-17 14:10:46 +02:00
GitHub
5653fa73ee
Update lockfile.json
2022-10-17 13:58:54 +02:00
ObserverOfTime
17aef2898b
docs: document all the captures in CONTRIBUTING.md
2022-10-17 12:12:34 +02:00
Christian Clason
de2fa5327a
fix(readme): update highlight instructions
2022-10-17 09:20:42 +02:00
GitHub
c27597b436
Update lockfile.json
2022-10-17 08:34:22 +02:00
beardedsakimonkey
e218a862a1
locals(lua): fix directive not applying
...
fixes #3280
2022-10-17 08:21:55 +02:00
GitHub
dfcd371058
Update lockfile.json
2022-10-17 08:17:16 +02:00
Jongwook Choi
1a04759d91
folds(yaml): Fold at the entire node, not at the body.
2022-10-16 16:06:09 -07:00
GitHub
e8ae570a42
Update lockfile.json
2022-10-16 06:58:31 -07:00
Christian Clason
42ab95d5e1
feat!: remove obsolete TS* highlight groups
2022-10-16 15:50:55 +02:00
GitHub
4cccb6f494
Update lockfile.json
2022-10-16 10:10:45 +02:00
Michael Härtl
e53950f646
feat(phpdoc): Remove requires_generate_from_grammar
2022-10-16 10:01:03 +02:00
Github Actions
addc129a4f
Update README
2022-10-15 17:58:21 +02:00
ObserverOfTime
9b43ab819c
highlights: use @preproc where appropriate
2022-10-15 08:49:01 -07:00
ObserverOfTime
0bfeb5484e
test(gitattributes): add tests for highlights
2022-10-15 08:44:41 -07:00
GitHub
7135163fd4
Update lockfile.json
2022-10-15 17:23:29 +02:00
ObserverOfTime
b945aa0aab
highlights(c): highlight standard streams
2022-10-15 08:12:55 -07:00
ObserverOfTime
90c44df8cb
highlights(rst): disable spell for code blocks
...
injections(rst): add sourcecode directive
2022-10-15 08:12:55 -07:00
ObserverOfTime
c6a81292f7
highlights(dockerfile): add several highlights
2022-10-15 08:12:55 -07:00
ObserverOfTime
b74bd776f2
highlights(bash): add all signal names
2022-10-15 08:12:55 -07:00
ObserverOfTime
d649756f49
highlights(kotlin): add companion keyword
2022-10-15 08:12:55 -07:00
ObserverOfTime
99547308ac
highlights(scss): add function statement
2022-10-15 08:12:55 -07:00
ObserverOfTime
2be75015e8
highlights(typescript): add override keyword
2022-10-15 08:12:55 -07:00
ObserverOfTime
f76a6b6c85
highlights(vim): add some more keywords
2022-10-15 08:12:55 -07:00
Stephan Seitz
1da61c993a
fix: explain what's wrong when installing a non-existing parser
...
Fixes #3450
2022-10-15 04:05:20 -07:00
Maximilian Muecke
f67fd904b7
highlights(r): add spell
2022-10-15 04:03:45 -07:00
Stephan Seitz
53742779e3
highlights(rust): distinguish between "for" in loops and impl_item
...
Fixes #3641
2022-10-15 04:02:20 -07:00
Christian Clason
9c3a1366bc
feat(viml): update queries
2022-10-15 13:01:35 +02:00
GitHub
325de255a6
Update lockfile.json
2022-10-15 10:21:48 +02:00
GitHub
c853370767
Update lockfile.json
2022-10-14 09:37:49 +02:00
GitHub
d3ca4de41f
Update lockfile.json
2022-10-13 10:04:56 +02:00
gbprod
82767f3f33
feat(php): add queries for bash injections
...
This commit allows to inject bash syntax into relevant function arguments
and shell expression.
2022-10-12 22:38:03 +02:00
gbprod
3cb46f0c81
feat(php): improve php folds
2022-10-12 22:36:57 +02:00
Fredrik Ekre
ef05f00814
fix(julia): remove highlight query for constants
...
This patch removes the highlight query for constant identifiers based on
capitalization. This led to inconsistent highlighting since e.g. `AA`
would be a regular identifier, but `AAA` a constant. It is indeed true
that some constants are uppercase only identifiers, but there are also
constants which doesn't follow this pattern. Since there are no rules
about this it seems better to not try to guess.
2022-10-12 18:17:21 +02:00
GitHub
664570a1f2
Update lockfile.json
2022-10-12 09:39:53 +02:00
Chih-Pin Tan
e3a33e2812
Update configuration example for auto_install
2022-10-12 09:24:14 +02:00
GitHub
d47f3469e3
Update lockfile.json
2022-10-11 14:48:03 +02:00
mliszcz
276718c245
highlights(cpp): add alternative operator names
...
These keywords are now supported by the parser.
See: https://github.com/tree-sitter/tree-sitter-cpp/pull/179
2022-10-11 14:37:14 +02:00
GitHub
57c09f4d11
Update lockfile.json
2022-10-11 09:02:49 +02:00
GitHub
26cece91d4
Update lockfile.json
2022-10-11 08:44:26 +02:00
GitHub
6840b3740d
Update lockfile.json
2022-10-10 23:26:28 +02:00
Dusk Banks
c6a5a41283
fix(uninstall): support ensure_installed = 'all'
2022-10-10 23:09:40 +02:00
gbprod
3096e637c8
fix(php): add indent for enums
2022-10-10 23:01:22 +02:00
Alex Pinkus
14edfee545
feat(swift): sync highlight queries with upstream
...
Upstream highlight queries have added support for Swift regex literals.
This change brings that support to nvim-treesitter.
Also includes some minor reordering of modifiers for logical consistency
(no impact on highlighting behavior).
2022-10-10 23:00:58 +02:00
GitHub
7ddc2b54db
Update lockfile.json
2022-10-09 22:47:38 +02:00
GitHub
42b482fd56
Update lockfile.json
2022-10-09 10:38:49 +02:00