aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Update parsers: commonlisp, racket, ruby, scala (#4937)github-actions[bot]2023-06-101-4/+4
| | | Co-authored-by: GitHub <noreply@github.com>
* feat(clojure): add update-keys & update-valsNoah2023-06-091-1/+1
|
* feat(dart): improve locals query (#4922)David Zeng2023-06-091-6/+32
|
* feat(scala): sync highlights with latest upstream (#4926)Chris Kipp2023-06-091-1/+4
| | | | | | This accounts for a correction in interpolations and also adding support for `self_type`. This is a follow-up to #4920.
* feat(comment): Add some common comment tags (#4909)pseudometa2023-06-091-8/+8
| | | see also: https://github.com/stsewd/tree-sitter-comment/issues/22
* Update parsers: commonlisp, dart, scala (#4934)github-actions[bot]2023-06-091-3/+3
| | | Co-authored-by: GitHub <noreply@github.com>
* refactor(ecma): triple dot should be an operatorAmaan Qureshi2023-06-091-2/+1
|
* feat(typescript): update highlightsAmaan Qureshi2023-06-091-0/+18
|
* feat(jsonnet): add "for" & "function", update operator highlightsHoang Nguyen2023-06-081-2/+22
| | | | `expr` -> `operator` doesn't exist in the node tree anymore after https://github.com/sourcegraph/tree-sitter-jsonnet/commit/505f5bd90053ae895aa3d6f2bac8071dd9abd8b2
* Update parsers: commonlisp, lua, ruby, scala (#4927)github-actions[bot]2023-06-081-4/+4
| | | Co-authored-by: GitHub <noreply@github.com>
* feat(lua): update highlights query for functions (#4919)Munif Tanjim2023-06-081-5/+32
|
* fix(dart): update indents from upstream (#4924)Amaan Qureshi2023-06-073-3/+6
|
* Update parsers: ada, erlang, go, lua, scala (#4917)github-actions[bot]2023-06-071-5/+5
| | | Co-authored-by: GitHub <noreply@github.com>
* fix(scala): add `block_comment`Domas Poliakas2023-06-062-3/+9
|
* feat(bash): highlight `until` as `@repeat`Frank Bearoff2023-06-051-0/+1
|
* fix(highlights): lower priority for codeblocks with injections (#4905)Christian Clason2023-06-054-14/+19
|
* Update parsers: comment, commonlisp, cuda, markdown, markdown_inline, rst ↵github-actions[bot]2023-06-051-6/+6
| | | | | (#4907) Co-authored-by: GitHub <noreply@github.com>
* tests: fix failed tests (#4901)Pham Huy Hoang2023-06-056-74/+44
| | | fix failed tests for tiger, t32 and wgsl
* Update parsers: comment, usd (#4904)github-actions[bot]2023-06-041-2/+2
| | | Co-authored-by: GitHub <noreply@github.com>
* feat: add indents for annotation defs (#4828)Pham Huy Hoang2023-06-044-9/+27
| | | | - Add indent for `@interface` and `@Annotation(...)` - Add notes for indent queries
* feat(prisma): highlight viewsWill Ruggiano2023-06-042-0/+8
|
* feat(ecma): convert eligible `@keyword.operators`Ananda Umamil2023-06-043-8/+11
|
* feat(typescript): highlight `is` and `:` in type predicateAnanda Umamil2023-06-041-0/+4
|
* feat(comment): add support for URIsSantos Gallegos2023-06-042-1/+3
| | | | https and https links are recognized now ref https://github.com/stsewd/tree-sitter-comment/pull/21
* fix(gleam): minor indent fixesAlex Manning2023-06-043-1/+16
|
* fix(make/highlights): add `define` and operatorsTyler Miller2023-06-031-10/+25
|
* Update parsers: elixir, racket, scheme (#4899)github-actions[bot]2023-06-031-3/+3
| | | Co-authored-by: GitHub <noreply@github.com>
* highlights(scala): add support for using directives (#4893)Chris Kipp2023-06-021-0/+4
| | | This accounts for the updates in https://github.com/tree-sitter/tree-sitter-scala/pull/273.
* add "select" to @repeat highlight groupFrank2023-06-021-0/+1
|
* Update parsers: cue, glsl, hlsl, latex, scalaGitHub2023-06-021-5/+5
|
* Update parsers: scala, t32GitHub2023-06-011-2/+2
|
* highlights(ocaml): update operators (#4878)Pieter Goetschalckx2023-06-012-15/+15
| | | | | * Update ocaml highlights * Don't capture operator twice
* Update parsers: c, cpp, cuda, gitcommit, glsl, go, hlsl, scala, supercolliderGitHub2023-05-312-10/+10
| | | | skip dart updates from now on
* ci: bump tree-sitter CLI to v0.20.8Christian Clason2023-05-301-1/+1
|
* Update parsers: corn, scalaGitHub2023-05-301-1/+4
|
* chore: update ocamllexPau Ruiz Safont2023-05-302-17/+29
| | | | | | | | | | * 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
* fix(go): properly highlight chan/map (#4875)Amaan Qureshi2023-05-301-2/+2
|
* chore: update skipped langs in ciAmaan Qureshi2023-05-291-1/+1
|
* chore: update GleamAmaan Qureshi2023-05-297-30/+2
|
* Update READMEGithub Actions2023-05-291-0/+1
|
* feat: add language support for corn (#4864)Jake Stanger2023-05-295-0/+65
| | | | Adds queries and a parser mapping for the [Corn](https://github.com/jakestanger/corn) configuration language.
* Update parsers: php, scalaGitHub2023-05-281-2/+2
|
* Update parsers: cue, erlang, haskell, ispc, nickel, ocaml, ocaml_interface, ↵GitHub2023-05-271-13/+13
| | | | ocamllex, php, phpdoc, scala, scheme, slint, smali
* refactor: update Clojure queriesNoah2023-05-261-11/+41
| | | | | | | | | | | | | Instead of relying on regex for matching (which matches custom symbols), explicitly list each of the variations in `@variable.builtin, `@conditional`, `@function.macro`. Add `@variable.builtin` for the builtin repl variables `*1`, `*2`, `*3`, and `*e`, which are occasionally used in tests and comments. Move `ex-info`, `ex-cause`, `ex-data`, and `ex-message` to `@functions.builtin`. Add missing `clojure.core` functions to `@functions.builtin` at the bottom to minimize diff. Includes functions from 1.12-alpha2 release as well.
* fear(go): add `clear` to `@function.builtin`Yuki Ito2023-05-261-2/+3
|
* feat: markdown indents (#4862)Pham Huy Hoang2023-05-261-0/+3
|
* indents(sql): initial support (#4857)Matthias Q2023-05-259-0/+86
| | | | | * indents(sql): initial support * indents(sql): fix queries and lua style
* Update parsers: c, cuda, scala, t32GitHub2023-05-241-4/+4
|
* fix(indent): return early if query doesn't existPham Huy Hoang2023-05-241-0/+3
|
* highlights(sql): add keyword `overwrite`Matthias Queitsch2023-05-232-1/+2
|