Commit graph

844 commits

Author SHA1 Message Date
GitHub
bc2af0a35c Update parsers: nickel, scala 2023-01-17 09:24:02 +01:00
GitHub
8666451879 Update parsers: glimmer, pug, scala, scheme, sql, swift, tlaplus, v 2023-01-16 19:09:28 +01:00
Corentin Brunel
c500926755
c_sharp: update parser and queries (#4169)
Remove "nameof" from @keyword.operator

Co-authored-by: cbrunel <cbrunel@nomadis.co>
2023-01-16 17:49:26 +00:00
Chris Kipp
1c89f9b5bc sync with latest Scala and add binding 2023-01-15 09:46:06 -08:00
Chris Kipp
add6f9abe2 refactor(scala): update the Scala highlight queries
There has been a lot of changes recently to the Scala grammar and we've
been merging in a handful of things before syncing the actual generated
parser. We are currently at a stage where we're going to sync
everything, but there are some breaking changes that are included in
https://github.com/tree-sitter/tree-sitter-scala/pull/135, so when that
commit gets synced here stuff will break. We've taken the queries that
existed here and have been building off of them in the actual upstream
repo. This will hopefully make the transition smooth and updates the
queries to ensure that there is no breakage. It's recommended to wait
until that pr is merged, synced here, and then merge this in around the
same time.

Co-authored-by: eugene yokota <eed3si9n@gmail.com>
Co-authored-by: Anton Sviridov <keynmol@gmail.com>
2023-01-14 12:56:56 -08:00
GitHub
9a257d989a Update parsers: c_sharp, scala 2023-01-12 09:56:55 +01:00
GitHub
11a88fba9d Update parsers: c_sharp, julia, sql 2023-01-12 09:32:25 +01:00
GitHub
c393a37d60 Update parsers: c_sharp, nickel, sql 2023-01-11 21:49:29 +01:00
GitHub
0ed09e2e6c Update parsers: scala 2023-01-11 10:53:02 +01:00
GitHub
f6a813bbb3 Update parsers: c_sharp 2023-01-11 10:42:49 +01:00
GitHub
be0b3ba1b9 Update parsers: embedded_template, scala 2023-01-10 19:26:01 +01:00
GitHub
5b12998683 Update parsers: ruby, scala 2023-01-10 13:24:34 +01:00
GitHub
6e6954f26e Update parsers: c_sharp, scala 2023-01-10 10:24:56 +01:00
Stephan Seitz
a64b1f478d parsers(wgsl_bevy): add scanner.c 2023-01-10 10:07:08 +01:00
GitHub
c093a8337d Update parsers: scala, wgsl 2023-01-10 10:07:08 +01:00
Amaan Q
02732ac95a parsers(smali): bump smali parser for character literal support 2023-01-09 21:24:54 +01:00
Amaan Q
c657cf6b11 feat: add smali to lockfile, parser, and link to repo in README 2023-01-09 21:24:54 +01:00
GitHub
d8c84521dc Update parsers: scala 2023-01-09 10:50:31 +01:00
GitHub
fa6b5ae1c6 Update parsers: scala 2023-01-09 09:44:30 +01:00
GitHub
30ad2f044e Update parsers: cpp, cuda, hlsl, scala, swift, wgsl_bevy 2023-01-09 09:33:18 +01:00
GitHub
5b8a152c6c Update parsers: c_sharp, clojure, cpp, cuda, fortran, gitcommit, hlsl, http, prisma, scala, v, wgsl 2023-01-07 21:38:33 +01:00
GitHub
7951eb53f8 Update parsers: scala 2023-01-03 11:57:47 +01:00
GitHub
408d08810d Update parsers: gitcommit, norg, v 2023-01-03 11:32:39 +01:00
github-actions[bot]
12e95e160d
Update parsers: v (#4077)
Co-authored-by: GitHub <noreply@github.com>
2023-01-02 10:10:56 +00:00
github-actions[bot]
ed824394f5
Update parsers: help (#4075)
Co-authored-by: GitHub <noreply@github.com>
2023-01-02 09:50:13 +00:00
github-actions[bot]
612a762455
Update parsers: latex (#4072)
Co-authored-by: GitHub <noreply@github.com>
2023-01-01 15:07:05 +00:00
GitHub
ccc42a96d9 Update parsers: latex 2023-01-01 15:58:00 +01:00
GitHub
168567efb8 Update parsers: wgsl_bevy"] 2022-12-31 15:31:24 +01:00
github-actions[bot]
f00d610256
Update parsers: qmljs (#4064)
Co-authored-by: GitHub <noreply@github.com>
2022-12-31 10:21:11 +00:00
Michael Hoffmann
ee3e9f4dc0 feat(hcl,terraform): split terraform from hcl, add specialized queries for tf
This enables us to have different queries for
terraform and general hcl. It solve the situation
where other dialects of hcl (nomad, packer, etc)
might use a terraform keyword and get highlighted
out of place.
2022-12-29 22:18:41 +01:00
GitHub
c06baac6a1 Update parsers: astro, ocaml, ocaml_interface 2022-12-29 21:22:14 +01:00
GitHub
fb36ed4c9e Update parsers: tlaplus 2022-12-27 18:00:12 +01:00
Jared Moulton
57e9e48f88 update lockfile (slint) 2022-12-27 17:52:29 +01:00
Sergio A. Vargas
0cb637ca9f
julia: update parser and highlights (#4035)
- Update patterns for type definitions:
  The grammar was updated to parse `abstract type` and `primitive type`
  as a single token.
- Update @symbol capture to highlight quoted operators as symbols.
- Add pattern to highlight adjoint operator.
- Update patterns and captures for:
  - "keyword" operators (in, isa, where)
  - type operators (<:, >:)
  - Parametrized types.
2022-12-27 10:27:22 +01:00
GitHub
a2d7e78b07 Update parsers: hlsl 2022-12-25 17:53:07 +01:00
github-actions[bot]
cf6b5cb1ed
Update parsers: c_sharp (#4023)
Co-authored-by: GitHub <noreply@github.com>
2022-12-23 22:15:17 +00:00
github-actions[bot]
7f7b5778ff
Update parsers: c_sharp (#4019)
Co-authored-by: GitHub <noreply@github.com>
2022-12-23 09:44:32 +00:00
Sergio A. Vargas
82cff67988
julia: update parser and highlights (#4016)
- Replace `scoped_identifier` with `field_expression` in function names
- Replace true and false with `boolean_literal`
2022-12-23 10:34:24 +01:00
GitHub
895d4a1202 Update parsers: c_sharp 2022-12-22 22:50:38 +01:00
GitHub
6f9e5cdba7 Update parsers: ada, c_sharp 2022-12-22 15:09:24 +01:00
Emmanuel Briot
23906e8838 feat: add Ada 2022-12-22 14:46:53 +01:00
GitHub
38845442b7 Update parsers: c_sharp, t32 2022-12-22 09:36:09 +01:00
GitHub
9efc2dffc3 Update parsers: c_sharp 2022-12-21 23:57:53 +01:00
xasc
2d48cbc831 feat(t32): initial support 2022-12-21 23:57:06 +01:00
GitHub
51df4212e7 Update parsers: c_sharp 2022-12-21 23:48:11 +01:00
GitHub
770c66d43f Update parsers: v 2022-12-21 13:16:27 +01:00
GitHub
ca09752575 Update parsers: c_sharp, gdscript, sql 2022-12-21 09:33:24 +01:00
GitHub
8498ebd49b Update parsers: c_sharp, jsonnet, query 2022-12-20 08:35:20 +01:00
GitHub
6e37050e50 Update parsers: swift 2022-12-19 10:18:32 +01:00
GitHub
ee095abeac Update parsers: help 2022-12-18 00:27:15 +01:00