| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | Update parsers: comment, usd (#4904) | github-actions[bot] | 2023-06-04 | 1 | -2/+2 | |
| | | | | Co-authored-by: GitHub <noreply@github.com> | |||||
| * | feat: add indents for annotation defs (#4828) | Pham Huy Hoang | 2023-06-04 | 4 | -9/+27 | |
| | | | | | - Add indent for `@interface` and `@Annotation(...)` - Add notes for indent queries | |||||
| * | feat(prisma): highlight views | Will Ruggiano | 2023-06-04 | 2 | -0/+8 | |
| | | ||||||
| * | feat(ecma): convert eligible `@keyword.operators` | Ananda Umamil | 2023-06-04 | 3 | -8/+11 | |
| | | ||||||
| * | feat(typescript): highlight `is` and `:` in type predicate | Ananda Umamil | 2023-06-04 | 1 | -0/+4 | |
| | | ||||||
| * | feat(comment): add support for URIs | Santos Gallegos | 2023-06-04 | 2 | -1/+3 | |
| | | | | | https and https links are recognized now ref https://github.com/stsewd/tree-sitter-comment/pull/21 | |||||
| * | fix(gleam): minor indent fixes | Alex Manning | 2023-06-04 | 3 | -1/+16 | |
| | | ||||||
| * | fix(make/highlights): add `define` and operators | Tyler Miller | 2023-06-03 | 1 | -10/+25 | |
| | | ||||||
| * | Update parsers: elixir, racket, scheme (#4899) | github-actions[bot] | 2023-06-03 | 1 | -3/+3 | |
| | | | | Co-authored-by: GitHub <noreply@github.com> | |||||
| * | highlights(scala): add support for using directives (#4893) | Chris Kipp | 2023-06-02 | 1 | -0/+4 | |
| | | | | This accounts for the updates in https://github.com/tree-sitter/tree-sitter-scala/pull/273. | |||||
| * | add "select" to @repeat highlight group | Frank | 2023-06-02 | 1 | -0/+1 | |
| | | ||||||
| * | Update parsers: cue, glsl, hlsl, latex, scala | GitHub | 2023-06-02 | 1 | -5/+5 | |
| | | ||||||
| * | Update parsers: scala, t32 | GitHub | 2023-06-01 | 1 | -2/+2 | |
| | | ||||||
| * | highlights(ocaml): update operators (#4878) | Pieter Goetschalckx | 2023-06-01 | 2 | -15/+15 | |
| | | | | | | * Update ocaml highlights * Don't capture operator twice | |||||
| * | Update parsers: c, cpp, cuda, gitcommit, glsl, go, hlsl, scala, supercollider | GitHub | 2023-05-31 | 2 | -10/+10 | |
| | | | | | skip dart updates from now on | |||||
| * | ci: bump tree-sitter CLI to v0.20.8 | Christian Clason | 2023-05-30 | 1 | -1/+1 | |
| | | ||||||
| * | Update parsers: corn, scala | GitHub | 2023-05-30 | 1 | -1/+4 | |
| | | ||||||
| * | chore: update ocamllex | Pau Ruiz Safont | 2023-05-30 | 2 | -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 Qureshi | 2023-05-30 | 1 | -2/+2 | |
| | | ||||||
| * | chore: update skipped langs in ci | Amaan Qureshi | 2023-05-29 | 1 | -1/+1 | |
| | | ||||||
| * | chore: update Gleam | Amaan Qureshi | 2023-05-29 | 7 | -30/+2 | |
| | | ||||||
| * | Update README | Github Actions | 2023-05-29 | 1 | -0/+1 | |
| | | ||||||
| * | feat: add language support for corn (#4864) | Jake Stanger | 2023-05-29 | 5 | -0/+65 | |
| | | | | | Adds queries and a parser mapping for the [Corn](https://github.com/jakestanger/corn) configuration language. | |||||
| * | Update parsers: php, scala | GitHub | 2023-05-28 | 1 | -2/+2 | |
| | | ||||||
| * | Update parsers: cue, erlang, haskell, ispc, nickel, ocaml, ocaml_interface, ↵ | GitHub | 2023-05-27 | 1 | -13/+13 | |
| | | | | | ocamllex, php, phpdoc, scala, scheme, slint, smali | |||||
| * | refactor: update Clojure queries | Noah | 2023-05-26 | 1 | -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 Ito | 2023-05-26 | 1 | -2/+3 | |
| | | ||||||
| * | feat: markdown indents (#4862) | Pham Huy Hoang | 2023-05-26 | 1 | -0/+3 | |
| | | ||||||
| * | indents(sql): initial support (#4857) | Matthias Q | 2023-05-25 | 9 | -0/+86 | |
| | | | | | | * indents(sql): initial support * indents(sql): fix queries and lua style | |||||
| * | Update parsers: c, cuda, scala, t32 | GitHub | 2023-05-24 | 1 | -4/+4 | |
| | | ||||||
| * | fix(indent): return early if query doesn't exist | Pham Huy Hoang | 2023-05-24 | 1 | -0/+3 | |
| | | ||||||
| * | highlights(sql): add keyword `overwrite` | Matthias Queitsch | 2023-05-23 | 2 | -1/+2 | |
| | | ||||||
| * | highlights(go): add some highlights | mohsen | 2023-05-21 | 1 | -4/+10 | |
| | | | | | | | | - added missing operators - added iota constant - added comparable type - edited go keyword types | |||||
| * | highlights(query): prefer lua-match | Christian Clason | 2023-05-21 | 1 | -2/+2 | |
| | | ||||||
| * | Update parsers: cuda, glsl, hlsl, ispc, objc, ocaml, ocaml_interface | GitHub | 2023-05-21 | 1 | -6/+9 | |
| | | ||||||
| * | Update README | Github Actions | 2023-05-20 | 1 | -0/+1 | |
| | | ||||||
| * | feat: add Intel Implicit SPMD Program Compiler (ISPC) | fab4100 | 2023-05-20 | 6 | -0/+267 | |
| | | | | | | | | | | | | | | | * Add ISPC parser config * Add ISPC queries * Update queries/ispc/injections.scm Co-authored-by: Amaan Qureshi <amaanq12@gmail.com> --------- Co-authored-by: Fabian Wermelinger <fab4100@posteo.net> Co-authored-by: Amaan Qureshi <amaanq12@gmail.com> | |||||
| * | fear(cpp): highlight brackets in template_parameter_list | fab4100 | 2023-05-20 | 1 | -0/+3 | |
| | | ||||||
| * | Update parsers: c, gitcommit, scala, sql | GitHub | 2023-05-20 | 1 | -4/+4 | |
| | | ||||||
| * | chore(objc): update folds | Amaan Qureshi | 2023-05-20 | 2 | -3/+3 | |
| | | ||||||
| * | feat: add Objective-C | Amaan Qureshi | 2023-05-19 | 8 | -0/+260 | |
| | | ||||||
| * | Update parsers: dart | GitHub | 2023-05-19 | 1 | -1/+1 | |
| | | ||||||
| * | highlights(typescript): `:` in `switch` statement | Ananda Umamil | 2023-05-18 | 1 | -0/+1 | |
| | | ||||||
| * | allow no spaces for extend/inherit comments | Emilia Simmons | 2023-05-18 | 1 | -2/+2 | |
| | | ||||||
| * | add multiple ; for highlighting | Emilia Simmons | 2023-05-18 | 1 | -2/+2 | |
| | | ||||||
| * | fix(query): allow multiline modeline (inherits/extends) | Emilia Simmons | 2023-05-18 | 1 | -2/+2 | |
| | | ||||||
| * | refactor: add notes for swift | Pham Huy Hoang | 2023-05-19 | 1 | -17/+22 | |
| | | | | Also add enum_class_body | |||||
| * | Update parsers: c_sharp, erlang, glsl, hlsl, nickel, t32 | GitHub | 2023-05-18 | 1 | -6/+6 | |
| | | ||||||
| * | feat(t32): add indent rules (#4782) | Christoph Sax | 2023-05-18 | 11 | -5/+291 | |
| | | ||||||
| * | fixup: use correct require syntax | Pham Huy Hoang | 2023-05-17 | 1 | -1/+1 | |
| | | ||||||
