Commit graph

3156 commits

Author SHA1 Message Date
GitHub
4ecc6f8ce1 Update lockfile.json 2022-10-26 10:58:56 +02:00
GitHub
f34669b2d3 Update lockfile.json 2022-10-25 19:14:07 +02:00
Robin Björklin
3ad2aa578a fix(ocaml): change query order for Variables
By moving the Variables query higher it gives the @variable capture
group a lower precedence when highlighting.
This makes it possible to distinguish between @function and @variable.
2022-10-25 12:19:50 +02:00
Stephan Seitz
c924128771 highlights(python): add "except*"
Added in https://github.com/tree-sitter/tree-sitter-python/pull/176

About the feature https://realpython.com/python311-exception-groups/#exception-groups-and-except-in-python-311
2022-10-25 12:14:53 +02:00
GitHub
0eff7beaf8 Update lockfile.json 2022-10-25 09:26:00 +02:00
GitHub
2342456f5f Update lockfile.json 2022-10-24 14:41:15 -07:00
NullVoxPopuli
c945b34179 Update ecma injections to support recent additions to tree-sitter-javascript/typescript 2022-10-24 14:27:14 -07:00
GitHub
7a6c4d93a3 Update lockfile.json 2022-10-24 18:56:51 +02:00
GitHub
682fa45917 Update lockfile.json 2022-10-24 08:53:01 +02:00
ギャラ
2d7249409d
fix(bash): Rename ansii_c_string to ansi_c_string. (#3702) 2022-10-23 09:57:56 +00:00
GitHub
3eb6577a3b Update lockfile.json 2022-10-22 11:09:49 +02:00
GitHub
c4c358e9ba Update lockfile.json 2022-10-20 22:41:03 +02:00
GitHub
d8971ae387 Update lockfile.json 2022-10-20 12:29:51 -07:00
José Luis Lafuente
57e02f7b97 nickel: use @boolean 2022-10-20 12:19:26 -07:00
Github Actions
d49495fe72 Update README 2022-10-20 09:26:28 +02:00
GitHub
d572bbbaa3 Update lockfile.json 2022-10-20 09:17:22 +02:00
José Luis Lafuente
470b872d57
parsers: add nickel parser (#3506)
* parsers: add nickel parser

* Update lua/nvim-treesitter/parsers.lua

Co-authored-by: Christian Clason <christian.clason@uni-due.de>

* Update queries/nickel/highlights.scm

Co-authored-by: Christian Clason <christian.clason@uni-due.de>

* fix queries

* Cleanup (based on @theHamsta review)

Co-authored-by: Christian Clason <christian.clason@uni-due.de>
2022-10-19 23:33:31 +00:00
gbprod
1e4b23c266 feat(diff): add diff parser
This commit introduce diff parser.
2022-10-19 16:22:58 -07:00
Lewis Russell
b9bcbf8d73 fix(modules): allow non-registered langs to use modules
This change allows for languages not managed by nvim-treesitter to use
Nvim-treesitter modules like folding and indent.
2022-10-19 10:32:30 +02:00
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