Commit graph

4099 commits

Author SHA1 Message Date
GitHub
41f78130fd Update parsers: c_sharp, cmake, comment, commonlisp, corn, erlang, v 2023-06-17 10:09:48 +02:00
Amaan Qureshi
e2c162b09f chore: update cmake files 2023-06-17 09:59:41 +02:00
Santos Gallegos
1b9f704eb8 fix(comment): use #any-of? predicate 2023-06-16 21:21:40 +02:00
github-actions[bot]
150a4c9fa4
Update parsers: scala (#4953)
Co-authored-by: GitHub <noreply@github.com>
2023-06-16 06:56:41 +00:00
github-actions[bot]
10b0da9f93
Update parsers: c, c_sharp, cpp, cuda, racket, scala (#4951)
Co-authored-by: GitHub <noreply@github.com>
2023-06-15 07:17:06 +00:00
GitHub
5822a8c688 Update parsers: c_sharp, dart, vhs 2023-06-14 09:16:51 +02:00
Stephan Seitz
150be01d47 highlights(commonlisp): include all symbols defined by the ANSI standard
Before, those symbols were available via https://github.com/theHamsta/nvim-treesitter-commonlisp.
Since then `#any-of?` has become more efficient via tables and clojure also added all builtin functions
(72cbda75a9/queries/clojure/highlights.scm (L169-L278)).

The list I'm adding is defined by the 1994 ANSI standard that has
not changed since. This is why I don't expect any changes or maintenance burden due to adding that list.

Fixes https://github.com/theHamsta/tree-sitter-commonlisp/issues/18
2023-06-13 22:12:45 +02:00
github-actions[bot]
2847aac9d4
Update parsers: astro, haskell, ruby, scala (#4947)
Co-authored-by: GitHub <noreply@github.com>
2023-06-13 07:20:54 +00:00
Vadim Kazakov
0ae494269a
feat: add more support for glimmer (#4935)
* add indents, locals and folds
2023-06-13 00:54:30 +09:00
github-actions[bot]
111a3f4611
Update parsers: latex, racket (#4943)
Co-authored-by: GitHub <noreply@github.com>
2023-06-12 07:35:58 +00:00
github-actions[bot]
9c9e12f033
Update parsers: scala (#4940)
Co-authored-by: GitHub <noreply@github.com>
2023-06-11 07:38:24 +00:00
github-actions[bot]
f9d701176c
Update parsers: commonlisp, racket, ruby, scala (#4937)
Co-authored-by: GitHub <noreply@github.com>
2023-06-10 09:26:21 +02:00
Noah
7be9ebd06a
feat(clojure): add update-keys & update-vals 2023-06-09 16:07:45 -04:00
David Zeng
51dfcfdfde
feat(dart): improve locals query (#4922) 2023-06-09 12:48:24 +03:00
Chris Kipp
5944fc821a
feat(scala): sync highlights with latest upstream (#4926)
This accounts for a correction in interpolations and also adding support
for `self_type`.

This is a follow-up to #4920.
2023-06-09 10:15:06 +02:00
pseudometa
e040eda997
feat(comment): Add some common comment tags (#4909)
see also: https://github.com/stsewd/tree-sitter-comment/issues/22
2023-06-09 10:14:08 +02:00
github-actions[bot]
7dd2f83764
Update parsers: commonlisp, dart, scala (#4934)
Co-authored-by: GitHub <noreply@github.com>
2023-06-09 06:49:49 +00:00
Amaan Qureshi
2c59e0ff3d refactor(ecma): triple dot should be an operator 2023-06-09 01:58:28 +09:00
Amaan Qureshi
99606fdb71 feat(typescript): update highlights 2023-06-09 01:58:28 +09:00
Hoang Nguyen
71bb1da621
feat(jsonnet): add "for" & "function", update operator highlights
`expr` -> `operator` doesn't exist in the node tree anymore after
505f5bd900
2023-06-08 10:13:26 -04:00
github-actions[bot]
2883a9cf86
Update parsers: commonlisp, lua, ruby, scala (#4927)
Co-authored-by: GitHub <noreply@github.com>
2023-06-08 07:10:04 +00:00
Munif Tanjim
a954f789aa
feat(lua): update highlights query for functions (#4919) 2023-06-08 00:12:54 +02:00
Amaan Qureshi
46ddea9dec
fix(dart): update indents from upstream (#4924) 2023-06-07 20:10:54 +02:00
github-actions[bot]
33eb472b45
Update parsers: ada, erlang, go, lua, scala (#4917)
Co-authored-by: GitHub <noreply@github.com>
2023-06-07 07:16:37 +00:00
Domas Poliakas
ab3bf7d956
fix(scala): add block_comment 2023-06-06 14:36:09 +00:00
Frank Bearoff
1b5a7334bb
feat(bash): highlight until as @repeat 2023-06-05 12:32:53 -04:00
Christian Clason
a034c7aa25
fix(highlights): lower priority for codeblocks with injections (#4905) 2023-06-05 14:09:44 +02:00
github-actions[bot]
2d6e73ab2f
Update parsers: comment, commonlisp, cuda, markdown, markdown_inline, rst (#4907)
Co-authored-by: GitHub <noreply@github.com>
2023-06-05 07:43:40 +00:00
Pham Huy Hoang
9ec2a6bbda
tests: fix failed tests (#4901)
fix failed tests for tiger, t32 and wgsl
2023-06-05 09:52:36 +09:00
github-actions[bot]
e54c8873ef
Update parsers: comment, usd (#4904)
Co-authored-by: GitHub <noreply@github.com>
2023-06-04 15:59:36 +09:00
Pham Huy Hoang
1281601cb4
feat: add indents for annotation defs (#4828)
- Add indent for `@interface` and `@Annotation(...)`
- Add notes for indent queries
2023-06-04 13:28:41 +09:00
Will Ruggiano
79aedc9675
feat(prisma): highlight views 2023-06-04 00:05:57 -04:00
Ananda Umamil
bee003b880
feat(ecma): convert eligible @keyword.operators 2023-06-04 00:04:40 -04:00
Ananda Umamil
56022e0b05
feat(typescript): highlight is and : in type predicate 2023-06-04 00:04:00 -04:00
Santos Gallegos
48f4f3ead1
feat(comment): add support for URIs
https and https links are recognized now
ref https://github.com/stsewd/tree-sitter-comment/pull/21
2023-06-04 00:03:09 -04:00
Alex Manning
f84de0d6cd
fix(gleam): minor indent fixes 2023-06-04 10:39:20 +09:00
Tyler Miller
5ac8cf8ee5 fix(make/highlights): add define and operators 2023-06-03 23:54:28 +03:00
github-actions[bot]
6847ce4f8c
Update parsers: elixir, racket, scheme (#4899)
Co-authored-by: GitHub <noreply@github.com>
2023-06-03 07:27:31 +00:00
Chris Kipp
2cbe8a4296
highlights(scala): add support for using directives (#4893)
This accounts for the updates in https://github.com/tree-sitter/tree-sitter-scala/pull/273.
2023-06-02 22:13:30 +09:00
Frank
cb6d94ef7b add "select" to @repeat highlight group 2023-06-02 01:45:12 -07:00
GitHub
264dd35fd0 Update parsers: cue, glsl, hlsl, latex, scala 2023-06-02 08:56:04 +02:00
GitHub
56c63529c0 Update parsers: scala, t32 2023-06-01 08:51:00 +02:00
Pieter Goetschalckx
a6063b22c9
highlights(ocaml): update operators (#4878)
* Update ocaml highlights

* Don't capture operator twice
2023-06-01 10:28:00 +09:00
GitHub
62146fe415 Update parsers: c, cpp, cuda, gitcommit, glsl, go, hlsl, scala, supercollider
skip dart updates from now on
2023-05-31 19:08:20 +02:00
Christian Clason
23dfae4db8 ci: bump tree-sitter CLI to v0.20.8 2023-05-30 10:44:31 +02:00
GitHub
13d0354890 Update parsers: corn, scala 2023-05-30 10:23:38 +02:00
Pau Ruiz Safont
06aa932bb8
chore: update ocamllex
* Update parsers: ocamllex

Update its highlight to make it compatible with the new parser

* highlights(ocamllex): follow newest changes from upstream

The upstream grammar added highlights in the latest version, change our
highlight so they reflect better the intention of the grammar's author
2023-05-30 00:13:17 -04:00
Amaan Qureshi
6de5ceba03
fix(go): properly highlight chan/map (#4875) 2023-05-30 00:09:37 -04:00
Amaan Qureshi
905877e75f chore: update skipped langs in ci 2023-05-29 19:30:19 +02:00
Amaan Qureshi
754b509f26
chore: update Gleam 2023-05-29 11:13:36 -04:00