| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | fix(arduino): adapt to scanner rewrite | ObserverOfTime | 2023-06-19 | 2 | -2/+2 | |
| | | ||||||
| * | fix(cpp): adapt to scanner rewrite | Christian Clason | 2023-06-19 | 2 | -2/+2 | |
| | | ||||||
| * | Update README | Github Actions | 2023-06-19 | 1 | -1/+1 | |
| | | ||||||
| * | feat(matlab)!: replace parser | Álan Crístoffer | 2023-06-19 | 6 | -82/+179 | |
| | | ||||||
| * | Update parsers: comment, luadoc | GitHub | 2023-06-19 | 1 | -2/+2 | |
| | | ||||||
| * | feat(bash): add various shell builtins | Akmadan23 | 2023-06-19 | 1 | -2/+9 | |
| | | ||||||
| * | chore: update cmake | Uy Ha | 2023-06-18 | 1 | -1/+1 | |
| | | | | | The new commit crashes when opening some CMake files | |||||
| * | Update parsers: comment, rst | GitHub | 2023-06-18 | 1 | -2/+2 | |
| | | ||||||
| * | Update parsers: arduino, haskell | GitHub | 2023-06-17 | 1 | -2/+2 | |
| | | ||||||
| * | Update parsers: c_sharp, cmake, comment, commonlisp, corn, erlang, v | GitHub | 2023-06-17 | 1 | -6/+6 | |
| | | ||||||
| * | chore: update cmake files | Amaan Qureshi | 2023-06-17 | 2 | -2/+2 | |
| | | ||||||
| * | fix(comment): use #any-of? predicate | Santos Gallegos | 2023-06-16 | 1 | -2/+2 | |
| | | ||||||
| * | Update parsers: scala (#4953) | github-actions[bot] | 2023-06-16 | 1 | -1/+1 | |
| | | | | Co-authored-by: GitHub <noreply@github.com> | |||||
| * | Update parsers: c, c_sharp, cpp, cuda, racket, scala (#4951) | github-actions[bot] | 2023-06-15 | 1 | -6/+6 | |
| | | | | Co-authored-by: GitHub <noreply@github.com> | |||||
| * | Update parsers: c_sharp, dart, vhs | GitHub | 2023-06-14 | 1 | -3/+3 | |
| | | ||||||
| * | 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 | |||||
| * | Update parsers: astro, haskell, ruby, scala (#4947) | github-actions[bot] | 2023-06-13 | 1 | -4/+4 | |
| | | | | Co-authored-by: GitHub <noreply@github.com> | |||||
| * | feat: add more support for glimmer (#4935) | Vadim Kazakov | 2023-06-13 | 3 | -0/+33 | |
| | | | | * add indents, locals and folds | |||||
| * | Update parsers: latex, racket (#4943) | github-actions[bot] | 2023-06-12 | 1 | -2/+2 | |
| | | | | Co-authored-by: GitHub <noreply@github.com> | |||||
| * | Update parsers: scala (#4940) | github-actions[bot] | 2023-06-11 | 1 | -1/+1 | |
| | | | | Co-authored-by: GitHub <noreply@github.com> | |||||
| * | Update parsers: commonlisp, racket, ruby, scala (#4937) | github-actions[bot] | 2023-06-10 | 1 | -4/+4 | |
| | | | | Co-authored-by: GitHub <noreply@github.com> | |||||
| * | 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 | |||||
| * | Update parsers: commonlisp, dart, scala (#4934) | github-actions[bot] | 2023-06-09 | 1 | -3/+3 | |
| | | | | Co-authored-by: GitHub <noreply@github.com> | |||||
| * | 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 | |||||
| * | Update parsers: commonlisp, lua, ruby, scala (#4927) | github-actions[bot] | 2023-06-08 | 1 | -4/+4 | |
| | | | | Co-authored-by: GitHub <noreply@github.com> | |||||
| * | 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 | 3 | -3/+6 | |
| | | ||||||
| * | Update parsers: ada, erlang, go, lua, scala (#4917) | github-actions[bot] | 2023-06-07 | 1 | -5/+5 | |
| | | | | Co-authored-by: GitHub <noreply@github.com> | |||||
| * | 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 | 4 | -14/+19 | |
| | | ||||||
| * | Update parsers: comment, commonlisp, cuda, markdown, markdown_inline, rst ↵ | github-actions[bot] | 2023-06-05 | 1 | -6/+6 | |
| | | | | | | (#4907) Co-authored-by: GitHub <noreply@github.com> | |||||
| * | tests: fix failed tests (#4901) | Pham Huy Hoang | 2023-06-05 | 6 | -74/+44 | |
| | | | | fix failed tests for tiger, t32 and wgsl | |||||
| * | 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 | |
| | | ||||||
