Commit graph

3126 commits

Author SHA1 Message Date
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
Thomas Vigouroux
b273a06728 fix: don't overwrite highlights when defining 2022-10-08 11:28:04 +02:00
GitHub
5d11dfc278 Update lockfile.json 2022-10-07 11:54:58 +02:00
GitHub
c536886f2b Update lockfile.json 2022-10-07 10:30:06 +02:00
gbprod
a33858d399 feat(twig): add @spell on comments 2022-10-06 14:23:40 +01:00
gbprod
84e23bd979 Fix php indent for short array declaration 2022-10-06 08:55:11 -04:00
GitHub
07e5fcbaad Update lockfile.json 2022-10-05 23:43:04 +02:00
Lampros
dd4e62324a feat(spell) added spell to html-tags text 2022-10-05 15:56:28 -04:00
GitHub
a1bf2c75c0 Update lockfile.json 2022-10-05 09:45:32 +02:00
GitHub
ffd4525fd9 Update lockfile.json 2022-10-04 16:32:21 +02:00
Matthias Vogelgesang
f051eb2b26 highlights(proto): highlight optional
`optional` came back with protobuf 3.15 as a valid modifier so highlight
it the same way as `repeated`.
2022-10-04 10:09:09 -04:00
GitHub
a5dd688b5a Update lockfile.json 2022-10-04 09:13:10 +02:00