| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | feat(sql): add new keywords for optimization statements and renames | Matthias Q | 2023-06-19 | 1 | -1/+16 | |
| | | ||||||
| * | feat(matlab)!: replace parser | Álan Crístoffer | 2023-06-19 | 4 | -78/+175 | |
| | | ||||||
| * | feat(bash): add various shell builtins | Akmadan23 | 2023-06-19 | 1 | -2/+9 | |
| | | ||||||
| * | fix(comment): use #any-of? predicate | Santos Gallegos | 2023-06-16 | 1 | -2/+2 | |
| | | ||||||
| * | highlights(commonlisp): include all symbols defined by the ANSI standard | Stephan Seitz | 2023-06-13 | 1 | -49/+7 | |
| | | | | | | | | | | | | 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 (https://github.com/theHamsta/nvim-treesitter/blob/72cbda75a901bf14a2eb98a47584fe5fc32689ab/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 | |||||
| * | feat: add more support for glimmer (#4935) | Vadim Kazakov | 2023-06-13 | 3 | -0/+33 | |
| | | | | * add indents, locals and folds | |||||
| * | feat(clojure): add update-keys & update-vals | Noah | 2023-06-09 | 1 | -1/+1 | |
| | | ||||||
| * | feat(dart): improve locals query (#4922) | David Zeng | 2023-06-09 | 1 | -6/+32 | |
| | | ||||||
| * | feat(scala): sync highlights with latest upstream (#4926) | Chris Kipp | 2023-06-09 | 1 | -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) | pseudometa | 2023-06-09 | 1 | -8/+8 | |
| | | | | see also: https://github.com/stsewd/tree-sitter-comment/issues/22 | |||||
| * | refactor(ecma): triple dot should be an operator | Amaan Qureshi | 2023-06-09 | 1 | -2/+1 | |
| | | ||||||
| * | feat(typescript): update highlights | Amaan Qureshi | 2023-06-09 | 1 | -0/+18 | |
| | | ||||||
| * | feat(jsonnet): add "for" & "function", update operator highlights | Hoang Nguyen | 2023-06-08 | 1 | -2/+22 | |
| | | | | | `expr` -> `operator` doesn't exist in the node tree anymore after https://github.com/sourcegraph/tree-sitter-jsonnet/commit/505f5bd90053ae895aa3d6f2bac8071dd9abd8b2 | |||||
| * | feat(lua): update highlights query for functions (#4919) | Munif Tanjim | 2023-06-08 | 1 | -5/+32 | |
| | | ||||||
| * | fix(dart): update indents from upstream (#4924) | Amaan Qureshi | 2023-06-07 | 1 | -1/+4 | |
| | | ||||||
| * | fix(scala): add `block_comment` | Domas Poliakas | 2023-06-06 | 2 | -3/+9 | |
| | | ||||||
| * | feat(bash): highlight `until` as `@repeat` | Frank Bearoff | 2023-06-05 | 1 | -0/+1 | |
| | | ||||||
| * | fix(highlights): lower priority for codeblocks with injections (#4905) | Christian Clason | 2023-06-05 | 3 | -10/+6 | |
| | | ||||||
| * | tests: fix failed tests (#4901) | Pham Huy Hoang | 2023-06-05 | 2 | -5/+4 | |
| | | | | fix failed tests for tiger, t32 and wgsl | |||||
| * | feat: add indents for annotation defs (#4828) | Pham Huy Hoang | 2023-06-04 | 1 | -9/+14 | |
| | | | | | - Add indent for `@interface` and `@Annotation(...)` - Add notes for indent queries | |||||
| * | feat(prisma): highlight views | Will Ruggiano | 2023-06-04 | 1 | -0/+1 | |
| | | ||||||
| * | feat(ecma): convert eligible `@keyword.operators` | Ananda Umamil | 2023-06-04 | 2 | -7/+10 | |
| | | ||||||
| * | 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 | 1 | -0/+2 | |
| | | | | | 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 | 1 | -1/+1 | |
| | | ||||||
| * | fix(make/highlights): add `define` and operators | Tyler Miller | 2023-06-03 | 1 | -10/+25 | |
| | | ||||||
| * | 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 | |
| | | ||||||
| * | highlights(ocaml): update operators (#4878) | Pieter Goetschalckx | 2023-06-01 | 1 | -13/+13 | |
| | | | | | | * Update ocaml highlights * Don't capture operator twice | |||||
| * | chore: update ocamllex | Pau Ruiz Safont | 2023-05-30 | 1 | -16/+28 | |
| | | | | | | | | | | | * 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 Gleam | Amaan Qureshi | 2023-05-29 | 2 | -2/+0 | |
| | | ||||||
| * | feat: add language support for corn (#4864) | Jake Stanger | 2023-05-29 | 4 | -0/+57 | |
| | | | | | Adds queries and a parser mapping for the [Corn](https://github.com/jakestanger/corn) configuration language. | |||||
| * | 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 | 1 | -0/+27 | |
| | | | | | | * indents(sql): initial support * indents(sql): fix queries and lua style | |||||
| * | highlights(sql): add keyword `overwrite` | Matthias Queitsch | 2023-05-23 | 1 | -0/+1 | |
| | | ||||||
| * | 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 | |
| | | ||||||
| * | feat: add Intel Implicit SPMD Program Compiler (ISPC) | fab4100 | 2023-05-20 | 5 | -0/+258 | |
| | | | | | | | | | | | | | | | * 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 | |
| | | ||||||
| * | chore(objc): update folds | Amaan Qureshi | 2023-05-20 | 1 | -2/+2 | |
| | | ||||||
| * | feat: add Objective-C | Amaan Qureshi | 2023-05-19 | 5 | -0/+248 | |
| | | ||||||
| * | 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 | |||||
| * | feat(t32): add indent rules (#4782) | Christoph Sax | 2023-05-18 | 2 | -0/+37 | |
| | | ||||||
