Commit graph

3179 commits

Author SHA1 Message Date
Sergio Alejandro Vargas
a4b10b60c1 refactor julia locals 2022-11-02 23:08:11 +01:00
Sergio Alejandro Vargas
27bbb64f87 refactor(highlights/julia): Update definitions
See https://github.com/tree-sitter/tree-sitter-julia/pull/54

Remove a bunch of patterns with `argument_list`. No longer necessary
with `short_function_definition`.

Other minor changes including:

- Add boolean literals See
  https://github.com/tree-sitter/tree-sitter-julia/pull/44
- Update highlights for operators (for bindings, type operators, etc)

- Update lockfile
2022-11-02 23:08:11 +01:00
GitHub
c6992f69d3 Update lockfile.json 2022-11-01 22:57:06 +01:00
Wuelner Martínez
4f8b2480b3 fix(readme): disable folding at startup 2022-11-01 22:43:50 +01:00
Christian Clason
e7bdcee167 lua: update queries 2022-11-01 13:41:33 +01:00
Christian Clason
5f85a0a2b5 help: update queries 2022-11-01 13:41:33 +01:00
Christian Clason
3b040ce854 test: remove bundled parsers in CI
ensure that queries are tested against parser version in lockfile
2022-11-01 13:41:33 +01:00
Jelle Haandrikman
7709eb4b47 Disable folding at startup. 2022-11-01 10:16:42 +01:00
Carlo Sala
80503a9910 fix(configs): ensure_installed can be a string 2022-10-31 12:51:25 +00:00
GitHub
47ffd0dfc5 Update lockfile.json 2022-10-31 12:12:43 +01:00
Lewis Russell
0948bf2274 feat(emmy): add emmylua annotations 2022-10-31 12:00:45 +01:00
GitHub
4392211d77 Update lockfile.json 2022-10-30 23:47:14 +01:00
figsoda
1347182cee fix(lockfile): remove typo entry 2022-10-30 23:37:09 +01:00
Folke Lemaitre
a2ff4b42e1 feat: conceal backslash escape 2022-10-30 11:38:42 +01:00
GitHub
bc7e84b754 Update lockfile.json 2022-10-30 10:42:16 +01:00
Folke Lemaitre
9ada5f70f9 feat: markdown table highlights and inline 2022-10-29 15:31:35 +02:00
gbprod
287ffdccc1
Add regex injections for php (#3592) 2022-10-28 12:22:16 +00:00
Github Actions
3cab7b4346 Update README 2022-10-28 11:27:57 +02:00
GitHub
0e1b73b415 Update lockfile.json 2022-10-28 11:19:26 +02:00
gbprod
053f88f556 feat(git_rebase): add git_rebase parser 2022-10-28 10:36:23 +02:00
GitHub
a52edf5dc9 Update lockfile.json 2022-10-28 08:58:31 +02:00
GitHub
c155b6bb30 Update lockfile.json 2022-10-27 08:58:09 +02:00
GitHub
2f5be4585e Update lockfile.json 2022-10-26 11:17:36 +02:00
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