| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | feat(matlab)!: update parser and queries | Christian Clason | 2025-08-29 | 1 | -3/+6 | |
| | | ||||||
| * | feat(nu)!: update parser and queries | Christian Clason | 2025-08-26 | 1 | -31/+21 | |
| | | ||||||
| * | feat(gotmpl,helm)!: update parser and queries | Christian Clason | 2025-08-25 | 1 | -1/+8 | |
| | | ||||||
| * | fix(blade): fix highlighting of php tags | Caleb White | 2025-08-25 | 1 | -0/+2 | |
| | | ||||||
| * | feat(inko): add support for array patterns | Yorick Peterse | 2025-08-21 | 1 | -0/+1 | |
| | | | | | | This updates the version of the Inko parser to the latest version and includes indent support for the new array pattern node. | |||||
| * | feat(matlab)!: update parser and queries | Christian Clason | 2025-08-19 | 1 | -1/+2 | |
| | | ||||||
| * | fix(fennel): highlight $ in multi-symbol context properly | Alexei Mozaidze | 2025-08-12 | 1 | -0/+3 | |
| | | | | | | Highlights the dollar symbol properly in multi-symbol contexts like `$.some.properties` | |||||
| * | feat(php): update php and php_only parsers to v0.24.0 | Caleb White | 2025-08-12 | 1 | -8/+9 | |
| | | ||||||
| * | feat(sproto): add parser | 涵曦 | 2025-08-12 | 4 | -0/+65 | |
| | | ||||||
| * | feat(gdscript): misc operators, semicolon highlight | Riley Bruins | 2025-08-06 | 1 | -0/+5 | |
| | | ||||||
| * | fix(jinja_inline): fix crashing query pattern | Robert Muir | 2025-08-05 | 1 | -3/+3 | |
| | | | | | | If jinja_inline parser is regenerated, then this pattern hits an "impossible" assert in tree-sitter query processing. | |||||
| * | Revert "fix(jinja): remove crashing pattern" | Robert Muir | 2025-08-05 | 1 | -8/+8 | |
| | | | | | This reverts commit 8c8742871a1489afd7878bfee4bc40465f4a116a. | |||||
| * | feat(systemverilog)!: update parser and queries | Christian Clason | 2025-08-05 | 2 | -17/+20 | |
| | | | | | | | | | Breaking changes: 1. `(comment)` node split into `(one_line_comment)` and `(block_comment)` 2. named `(directive_foo)` nodes replaced by anonymous `"'foo"` (with backtick!) nodes -- but not consistently | |||||
| * | fix(c, ecma): remove invalid predicate parameters | Riley Bruins | 2025-07-22 | 2 | -3/+3 | |
| | | | | | These are not valid named nodes in their respective languages. | |||||
| * | fix(jinja): remove crashing pattern | Christian Clason | 2025-07-21 | 1 | -8/+8 | |
| | | | | | https://github.com/cathaysia/tree-sitter-jinja/issues/37 | |||||
| * | feat(glimmer): add fold queries (#8020) | NullVoxPopuli | 2025-07-21 | 2 | -0/+2 | |
| | | ||||||
| * | feat(chatito)!: update parser and queries | Christian Clason | 2025-07-20 | 1 | -1/+1 | |
| | | | | | node `(eq)` is replaced by field `eq: _` | |||||
| * | fix(jinja): assign highlights to all variables and functions | Robert Muir | 2025-07-19 | 1 | -6/+24 | |
| | | | | | | | | | | | | The majority of jinja variables aren't assigned any highlights at all. Assign @variable to all identifiers. Jinja filters without parameters are not highlighted as functions: add a query for these. Refine the existing @variable.member to only capture identifiers instead of broader nodes. | |||||
| * | feat(wit)!: update parser and queries | Christian Clason | 2025-07-19 | 3 | -17/+20 | |
| | | ||||||
| * | feat(pkl): add parser and queries (#8011) | Riley Bruins | 2025-07-19 | 3 | -0/+215 | |
| | | ||||||
| * | feat(groq): add parser and queries (#8008) | Alan Russell | 2025-07-18 | 5 | -0/+133 | |
| | | ||||||
| * | fix(c_sharp): "<", ">" in type param lists are brackets (#8003) | Riley Bruins | 2025-07-15 | 1 | -0/+6 | |
| | | ||||||
| * | feat(c_sharp): highlight `::` (#8002) | Riley Bruins | 2025-07-14 | 1 | -0/+1 | |
| | | ||||||
| * | feat(blade): update blade parser and queries | Caleb White | 2025-07-11 | 4 | -21/+85 | |
| | | ||||||
| * | feat(ziggy,ziggy-schema): update parser and queries | Christian Clason | 2025-07-09 | 1 | -1/+11 | |
| | | | | | Breaking change: ziggy-schema removed "map" node | |||||
| * | feat(vim): highlight "trim" in script heredocs | Christian Clason | 2025-07-07 | 1 | -0/+3 | |
| | | | | | Allow the optional "trim", as documented in ":help :lua-heredoc". | |||||
| * | feat(latex)!: update parser and queries | Christian Clason | 2025-07-05 | 1 | -2/+2 | |
| | | | | | Breaking change: `label_definition`, `label_text` patterns | |||||
| * | fix(http): prefer folding requests | Igor | 2025-07-04 | 1 | -1/+1 | |
| | | ||||||
| * | fix: remove import references to jsx/locals.scm | Riley Bruins | 2025-07-03 | 2 | -2/+2 | |
| | | | | | There are no JSX locals (yet...?) | |||||
| * | feat(D): highlight `(string)` etc. as `@keyword.type` (#7978) | Baruch Even | 2025-06-29 | 1 | -0/+3 | |
| | | | | Co-authored-by: Baruch Even <baruch@weka.io> | |||||
| * | feat(php): fold match_expression | przepompownia | 2025-06-29 | 1 | -0/+1 | |
| | | ||||||
| * | feat(php): fold array_creation_expression | przepompownia | 2025-06-29 | 1 | -0/+1 | |
| | | ||||||
| * | feat(fish): more builtin commands and variables (#7972) | Eric Mrak | 2025-06-26 | 1 | -9/+10 | |
| | | | | | | | | | builtin commands: * abbr * path builtin variables: * fish_cursor_* | |||||
| * | feat(verilog)!: rename to systemverilog | Christian Clason | 2025-06-24 | 3 | -0/+0 | |
| | | | | | Grammar name was changed to coincide with repository name | |||||
| * | feat(swift)!: update parser and queries | Christian Clason | 2025-06-24 | 4 | -19/+11 | |
| | | ||||||
| * | feat(powershell)!: update parser and queries | Christian Clason | 2025-06-22 | 1 | -5/+0 | |
| | | | | | removed nodes: `"class"`, `"enum"` | |||||
| * | feat(vue): add template commentstring metadata | guilhas07 | 2025-06-18 | 1 | -0/+3 | |
| | | ||||||
| * | feat(purescript)!: update parser and queries | Christian Clason | 2025-06-17 | 1 | -1/+0 | |
| | | | | | removed note: `(constructor_operator)` | |||||
| * | fix(css): universal selector "*" has precedence over operator (#7948) | uncenter | 2025-06-14 | 1 | -5/+5 | |
| | | ||||||
| * | feat(dot): fold queries | Igor | 2025-06-13 | 1 | -0/+4 | |
| | | ||||||
| * | fix(bash): highlight shebang also when spaced | Éric NICOLAS | 2025-06-09 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | This commit aligns the shebang highlighting in bash syntax to what the Linux kernel will recognise as a valid shebang construct. In summary, the kernel will accept both headers: #!/usr/bin/env lua #! /usr/bin/env lua The second one is quite prominently used throughout documentation online, such as on Wikipedia's page for Shebang (Unix) [1]. Some sources are adamant it wouldn't be supported at a kernel level, but it looks to me, upon closer inspection of the current kernel code [2], that it is indeed quite evidently valid. It'll simply skip over to the first character that's neither a space 0x20 nor a tab 0x09. [1] https://en.wikipedia.org/wiki/Shebang_(Unix) [2] https://github.com/torvalds/linux/blob/ec7714e4947909190ffb3041a03311a975350fe0/fs/binfmt_script.c#L44-L71 | |||||
| * | feat(cpp): highlight template method call | Jaehwang Jung | 2025-06-07 | 1 | -0/+5 | |
| | | ||||||
| * | fix(ipkg)!: remove parser and queries | Christian Clason | 2025-06-06 | 5 | -131/+0 | |
| | | | | | grammar repo is 404 (user removed) and no forks exist | |||||
| * | feat(desktop): update parser and queries | Omar Valdez | 2025-06-06 | 1 | -3/+0 | |
| | | ||||||
| * | feat(nickel)!: update parser and queries | Christian Clason | 2025-06-02 | 1 | -1/+1 | |
| | | | | | Breaking change: `(record_field)` -> `field_decl` | |||||
| * | fix(git_config): match lowercase Git config vars | Éric NICOLAS | 2025-05-31 | 2 | -4/+4 | |
| | | | | | | | | | Git config's sections, variable names, and (sometimes) subsections are case-insensitive. This commit proposes to match the full lowercase variants in addition to the non-normalised, lowerCamelCase ones. See `git help config` | |||||
| * | feat: add c3 (#7891) | Christian Buttner | 2025-05-28 | 4 | -0/+521 | |
| | | ||||||
| * | fix(just): do not restrict `@function.call` to explicit list (#7905) | Noah Bogart | 2025-05-28 | 1 | -11/+1 | |
| | | ||||||
| * | fix(queries): fix rebase errors on main | Christian Clason | 2025-05-28 | 3 | -12/+15 | |
| | | ||||||
| * | fix(haskell): properly set inline-python injection language | Marc Jakobi | 2025-05-27 | 1 | -3/+4 | |
| | | ||||||
