| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | fix(wgsl): indent call expression params (#7309) | ganhaque | 2024-11-06 | 1 | -0/+1 | |
| | | ||||||
| * | feat(runescript): add parser and queries (#7305) | David Lysenko | 2024-11-06 | 2 | -0/+121 | |
| | | ||||||
| * | fix(wgsl): indent first parameter of function definition | Riley Bruins | 2024-11-06 | 1 | -1/+14 | |
| | | ||||||
| * | feat(nu): add parser and queries (#7267) | Abhishek Singh | 2024-11-05 | 3 | -0/+387 | |
| | | ||||||
| * | feat: sway programming language | Riley Bruins | 2024-11-04 | 5 | -0/+472 | |
| | | ||||||
| * | fix(rust): highlight parameters with ref in definition | Riley Bruins | 2024-11-03 | 1 | -0/+8 | |
| | | ||||||
| * | feat(regex): highlights for lazy quantifiers, \k | Riley Bruins | 2024-11-03 | 1 | -0/+2 | |
| | | | | | | Highlights the "?" following .* and the \k backreference operator in a pattern like the following: title=(?<quote>["'])(.*?)\k<quote> | |||||
| * | fix(rst): capture (adornment) node as @markup.heading (#7302) | Shengyu Zhang | 2024-11-01 | 1 | -5/+5 | |
| | | | | | Node alias "adornment" is used as title's overline and underline: https://github.com/stsewd/tree-sitter-rst/blob/5120f6e59284cb8b85b450bd2db0bd352635ba9f/grammar.js#L112 | |||||
| * | feat(cylc): add parser and queries (#7225) | Elliot Fontaine | 2024-10-31 | 4 | -0/+109 | |
| | | ||||||
| * | feat(thrift): small improvements | Riley Bruins | 2024-10-30 | 2 | -19/+12 | |
| | | | | | | Less capture duplication by separating queries, include folds, move `@variable.member` to `@property` | |||||
| * | feat(bash): highlight more builtin commands | Omar Valdez | 2024-10-30 | 1 | -5/+5 | |
| | | | | | | | | | Commands: - `.` - `:` - `true` - `false` | |||||
| * | fix(rust): regex injections, highlights | Riley Bruins | 2024-10-27 | 2 | -4/+52 | |
| | | | | | | | | | | **Problem:** Rust's regex injections were not applied since the string content is behind a `(string_content)` node, and the injections were applied to the parent node without the `include-children` directive. **Solution:** Apply the injections to the string content. Also highlight them accordingly. | |||||
| * | fix(formatter): simplify code, remove odd line break | Riley Bruins | 2024-10-26 | 5 | -10/+5 | |
| | | ||||||
| * | feat(desktop): desktop parser and queries (#7282) | Omar Valdez | 2024-10-26 | 3 | -0/+103 | |
| | | ||||||
| * | feat(bash): highlight special shell variables | Omar Valdez | 2024-10-25 | 1 | -0/+19 | |
| | | ||||||
| * | fix(rust): separate import folds from others (#7279) | Riley Bruins | 2024-10-24 | 1 | -1/+1 | |
| | | ||||||
| * | fix(xml,dtd): adapt to parser changes | ObserverOfTime | 2024-10-22 | 2 | -64/+45 | |
| | | ||||||
| * | feat(c): use `@constant.macro` for macro identifiers (#7266) | Omar Valdez | 2024-10-20 | 1 | -2/+11 | |
| | | ||||||
| * | feat(xresources): add parser and queries (#7260) | Omar Valdez | 2024-10-20 | 4 | -0/+102 | |
| | | ||||||
| * | fix(xml): remove unused rules | Amaan Qureshi | 2024-10-16 | 1 | -1/+148 | |
| | | ||||||
| * | fix(tlaplus): remove unused rules | Amaan Qureshi | 2024-10-16 | 1 | -5/+0 | |
| | | ||||||
| * | fix(starlark): remove unused rules | Amaan Qureshi | 2024-10-16 | 1 | -6/+1 | |
| | | ||||||
| * | fix(sql): remove unused rules | Amaan Qureshi | 2024-10-16 | 1 | -7/+0 | |
| | | ||||||
| * | fix(soql): remove unused rule | Amaan Qureshi | 2024-10-16 | 1 | -1/+0 | |
| | | ||||||
| * | fix(scala): remove unused rule | Amaan Qureshi | 2024-10-16 | 1 | -2/+0 | |
| | | ||||||
| * | fix(re2c): remove unused rule | Amaan Qureshi | 2024-10-16 | 1 | -1/+0 | |
| | | ||||||
| * | fix(prql): remove unused rules | Amaan Qureshi | 2024-10-16 | 1 | -11/+0 | |
| | | ||||||
| * | fix(ocaml_interface): remove unused rule | Amaan Qureshi | 2024-10-16 | 1 | -1/+327 | |
| | | ||||||
| * | fix(nqc): remove unused rule | Amaan Qureshi | 2024-10-16 | 1 | -4/+1 | |
| | | ||||||
| * | fix(dart): remove unused rule | Amaan Qureshi | 2024-10-16 | 1 | -1/+0 | |
| | | ||||||
| * | fix(bitbake): remove unused rule | Amaan Qureshi | 2024-10-16 | 1 | -1/+0 | |
| | | ||||||
| * | fix(astro): remove unused rule | Amaan Qureshi | 2024-10-16 | 1 | -1/+5 | |
| | | ||||||
| * | fix(apex): remove unused rule | Amaan Qureshi | 2024-10-16 | 1 | -1/+0 | |
| | | ||||||
| * | feat(verilog)!: use systemverilog parser and queries (#7170) | henrykvdb | 2024-10-16 | 7 | -844/+458 | |
| | | ||||||
| * | feat(gren): gren parser and queries (#7237) | Mae Brooks | 2024-10-15 | 2 | -0/+126 | |
| | | ||||||
| * | feat(typst): fold sections | Igor | 2024-10-15 | 1 | -0/+1 | |
| | | ||||||
| * | don't capture tables as headings | Omar Valdez | 2024-10-15 | 1 | -20/+1 | |
| | | ||||||
| * | refactor(toml): highlight queries | Omar Valdez | 2024-10-15 | 1 | -35/+39 | |
| | | ||||||
| * | bot(lockfile): update agda, bash, c, c_sharp, cmake, cpp, css, diff, ↵ | nvim-treesitter-bot[bot] | 2024-10-15 | 1 | -2/+0 | |
| | | | | | editorconfig, eds, elixir, embedded_template, gitcommit, go, gotmpl, haskell, helm, hlsl, html, java, javascript, jsdoc, julia, just, ledger, php, php_only, python, ql, qmljs, regex, ruby, rust, slang, templ, tsx, typescript, verilog | |||||
| * | fix(diff): delta highlights override punctuation | Riley Bruins | 2024-10-15 | 1 | -1/+2 | |
| | | ||||||
| * | feat(regex): better count quantifier highlights | Riley Bruins | 2024-10-15 | 1 | -0/+3 | |
| | | ||||||
| * | fix(slang): adapt to parser changes | Amaan Qureshi | 2024-10-14 | 1 | -1/+305 | |
| | | ||||||
| * | fix(latex): capture nameless color change (#7243) | Jonáš Dujava | 2024-10-14 | 1 | -1/+1 | |
| | | | | | | | Color can be changed by directly passing color `model` and `spec`, so make the `name` field optional. Signed-off-by: Jonas Dujava <jonas.dujava@gmail.com> | |||||
| * | fix(apex): update parser and queries (#7230) | Heber | 2024-10-10 | 1 | -2/+1 | |
| | | ||||||
| * | feat(tact): update parser and queries (#7196) | Novus Nota | 2024-10-09 | 4 | -19/+22 | |
| | | ||||||
| * | fix(dart): more highlight coverage, import folds | Riley Bruins | 2024-10-08 | 2 | -13/+39 | |
| | | ||||||
| * | feat(superhtml): add superhtml parser and queries | Tim Culverhouse | 2024-10-06 | 2 | -0/+51 | |
| | | | | | | SuperHTML is a templating language used by the zine static site generator. | |||||
| * | fix(apex): update parser and highlights | Heber | 2024-10-05 | 1 | -18/+16 | |
| | | ||||||
| * | bot(lockfile): update erlang, mlir, nix, unison | nvim-treesitter-bot[bot] | 2024-10-05 | 1 | -2/+2 | |
| | | ||||||
| * | feat(angular): update highlight query | ricardo.demeterko | 2024-10-02 | 1 | -2/+5 | |
| | | ||||||
