| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | comment(highlights): reduce false positives (#4298) | Santos Gallegos | 2023-02-13 | 1 | -18/+19 |
| | | | | | | | | | | | | | There are a couple cases where the comment highlights will match things that aren't necessary a tag. For example in Rust, when commenting a block that deals with generics (generics are declared as `T: Type`), this may be distracting. So, instead of highlighting all tags, we can restrict to highlighting the explicit keywords. Ref https://github.com/stsewd/tree-sitter-comment/issues/14 | ||||
| * | chore(fish): update test command highlight query (#4306) | Omar Zeghouani | 2023-02-13 | 1 | -3/+2 |
| | | |||||
| * | highlights(php): use `lua-match?` | Ananda Umamil | 2023-02-12 | 1 | -2/+2 |
| | | | | | Co-authored-by: Stephan Seitz <stephan.seitz@fau.de> | ||||
| * | highlights(php): remove typedef capture from `as` | Ananda Umamil | 2023-02-12 | 1 | -1/+1 |
| | | |||||
| * | highlights(php): fix `@constant` queries | Ananda Umamil | 2023-02-12 | 1 | -7/+9 |
| | | |||||
| * | highlights(php): fix queries related to namespaces | Ananda Umamil | 2023-02-12 | 1 | -11/+22 |
| | | |||||
| * | highlights(kotlin): fix function highlights | ObserverOfTime | 2023-02-12 | 1 | -1/+5 |
| | | |||||
| * | astro: add injections for scss | Vir Chaudhury | 2023-02-11 | 1 | -0/+9 |
| | | |||||
| * | injections(svelte): add pug injection | ObserverOfTime | 2023-02-11 | 1 | -0/+12 |
| | | |||||
| * | feat: improve KDL queries | Amaan Qureshi | 2023-02-05 | 5 | -2/+28 |
| | | |||||
| * | feat(markdown): add latex injections | Christian Clason | 2023-02-05 | 1 | -0/+1 |
| | | | | | added in https://github.com/MDeiml/tree-sitter-markdown/pull/71 | ||||
| * | feat: add RON | Amaan Qureshi | 2023-02-05 | 5 | -0/+88 |
| | | |||||
| * | feat: add chatito | ObserverOfTime | 2023-02-04 | 5 | -0/+77 |
| | | |||||
| * | highlights(ecma): limit constructor highlight | ObserverOfTime | 2023-02-03 | 1 | -2/+8 |
| | | |||||
| * | feat(julia/highlights): Add `as` keyword | Sergio Alejandro Vargas | 2023-02-03 | 1 | -0/+2 |
| | | |||||
| * | feat: add gosum | Amaan Qureshi | 2023-02-03 | 1 | -0/+33 |
| | | |||||
| * | feat: add func | Amaan Qureshi | 2023-02-02 | 1 | -0/+194 |
| | | |||||
| * | `jq/highlights.scm` should highlight the `elif` keyword | Omer Tuchfeld | 2023-02-02 | 1 | -0/+1 |
| | | |||||
| * | highlights(cuda): add `__noinline__` | Stephan Seitz | 2023-02-01 | 1 | -0/+1 |
| | | |||||
| * | feat: add smithy (#4245) | Amaan Qureshi | 2023-01-31 | 1 | -0/+114 |
| | | |||||
| * | update tests | Alvaro Muñoz | 2023-01-31 | 1 | -8/+8 |
| | | |||||
| * | fix(ql): Add moduleMember to indent file | Alvaro Muñoz | 2023-01-31 | 1 | -0/+1 |
| | | |||||
| * | feat: add elsa | Amaan Qureshi | 2023-01-30 | 1 | -0/+41 |
| | | |||||
| * | chore: update thrift queries | Amaan Qureshi | 2023-01-29 | 1 | -8/+34 |
| | | |||||
| * | highlights(beancount): update on latest updates | Brian Ryall | 2023-01-28 | 1 | -10/+8 |
| | | |||||
| * | feat: add kdl (#4227) | Amaan Qureshi | 2023-01-28 | 2 | -0/+58 |
| | | | | | | | | | | | | | | * feat: add kdl * feat: comment queries * fix(kdl): comments properly highlighted now * feat(kdl): folds * chore: bump revision to feature-complete parser * fix: folds | ||||
| * | fix(capnp): update highlights | Amaan Qureshi | 2023-01-28 | 1 | -1/+1 |
| | | |||||
| * | highlights(php): `instanceof` operand | Ananda Umamil | 2023-01-28 | 1 | -0/+3 |
| | | |||||
| * | Use `@parameter` capture | Ananda Umamil | 2023-01-28 | 1 | -1/+1 |
| | | |||||
| * | Apply the suggestion from @Lucario387 | Ananda Umamil | 2023-01-28 | 1 | -3/+1 |
| | | | | Co-authored-by: Lucario387 <hoangtun0810@gmail.com> | ||||
| * | highlights(php): declare directives and `:` | Ananda Umamil | 2023-01-28 | 1 | -0/+7 |
| | | |||||
| * | highlights(c): extern in linkage specification | ObserverOfTime | 2023-01-26 | 1 | -0/+3 |
| | | |||||
| * | feat: add poe_filter | ObserverOfTime | 2023-01-25 | 4 | -0/+45 |
| | | |||||
| * | feat(capnp, thrift): add folds, bump lockfile | Amaan Qureshi | 2023-01-23 | 3 | -1/+27 |
| | | |||||
| * | refactor(capnp, thrift): improve grammar & queries to stable for the ↵ | Amaan Qureshi | 2023-01-23 | 2 | -7/+23 |
| | | | | | foreseeable future | ||||
| * | julia: add `if_clause` (#4204) | Sergio A. Vargas | 2023-01-23 | 1 | -0/+2 |
| | | | | | | * fix(julia/highlights): Add `if_clause` * Update Julia lockfile revision | ||||
| * | feat: add capnp (#4203) | Amaan Qureshi | 2023-01-23 | 1 | -0/+124 |
| | | |||||
| * | feat(thrift): refactor queries for better highlights, fixes bugs where ↵ | Amaan Qureshi | 2023-01-23 | 1 | -9/+10 |
| | | | | | certain ones went past where they should've ended | ||||
| * | highlights(rst): don't spell check links | ObserverOfTime | 2023-01-22 | 1 | -5/+3 |
| | | |||||
| * | feat(thrift): use better queries, namely for idents (#4197) | Amaan Qureshi | 2023-01-22 | 1 | -3/+22 |
| | | |||||
| * | Partially revert json highlight updates | Pham Huy Hoang | 2023-01-22 | 1 | -3/+2 |
| | | |||||
| * | highlights(json): conceal escaped quote | ObserverOfTime | 2023-01-21 | 1 | -10/+26 |
| | | |||||
| * | injections(html): update injection queries | Pham Huy Hoang | 2023-01-21 | 1 | -5/+4 |
| | | |||||
| * | refactor(scala): update scala highlights for uppercase identifiers | Chris Kipp | 2023-01-21 | 1 | -1/+1 |
| | | | | | | | | | | This is a small change that comes from the discussion we had in https://github.com/tree-sitter/tree-sitter-scala/discussions/168#discussioncomment-4718624. The idea here is that we're sort of making an assumption on what an uppercase identifier is in Scala and more times than not, it's actually a `@type`. So this changes the `@constant` capture to a `@type` one. You can find the full context in the linked discussion. | ||||
| * | feat: add htmldjango | ObserverOfTime | 2023-01-21 | 4 | -0/+43 |
| | | |||||
| * | feat: add thrift (#4185) | Amaan Qureshi | 2023-01-21 | 1 | -0/+144 |
| | | |||||
| * | folds(ini): add folds.scm | Stephan Seitz | 2023-01-21 | 1 | -0/+1 |
| | | |||||
| * | highlights(ini): add highlights.scm | Stephan Seitz | 2023-01-21 | 1 | -0/+16 |
| | | |||||
| * | parsers: Add FHIR Shorthand (FSH) (#4052) | Matthew Gramigna | 2023-01-18 | 1 | -0/+91 |
| | | |||||
| * | scala: add interpolator query (#4175) | Chris Kipp | 2023-01-18 | 1 | -3/+3 |
| | | |||||
