| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | bot(lockfile): update julia, kotlin, tcl | nvim-treesitter-bot[bot] | 2024-09-06 | 1 | -3/+3 | |
| | | ||||||
| * | bot(lockfile): update arduino, awk, bash, c, cpp, css, cuda, go, groovy, ↵ | nvim-treesitter-bot[bot] | 2024-09-05 | 4 | -40/+40 | |
| | | | | | haskell, hlsl, html, http, javascript, jsdoc, json, julia, liquid, norg, ocaml, ocaml_interface, php, php_only, phpdoc, python, ql, regex, ruby, rust, scala, slang, tcl, templ, tsx, typescript, v, wing | |||||
| * | fix(query): explicitly opt-in to legacy behavior | Christian Clason | 2024-09-04 | 1 | -10/+13 | |
| | | ||||||
| * | fix(highlights): section headings in ini, git_config editorconfig (#7108) | Omar Valdez | 2024-09-03 | 3 | -4/+3 | |
| | | | | Section headers should be `@markup.heading` in ini-like grammars and `@string.special.path` in editorconfig. | |||||
| * | feat(javascript): update parser and queries | Amaan Qureshi | 2024-09-02 | 2 | -53/+24 | |
| | | ||||||
| * | feat(wing): add many missing highlights | Riley Bruins | 2024-09-02 | 4 | -13/+104 | |
| | | | | | ...as well as some fold and injection queries. | |||||
| * | bot(lockfile): update arduino, c_sharp, dart, embedded_template, gleam, ini, ↵ | nvim-treesitter-bot[bot] | 2024-09-02 | 1 | -10/+10 | |
| | | | | | java, racket, scheme, vhdl | |||||
| * | feat(gap): add gap and gaptst parser and queries (#7110) | Reinis Cirpons | 2024-09-01 | 10 | -0/+326 | |
| | | ||||||
| * | feat(latex): set url attribute for hyperlinks | Jonas Dujava | 2024-09-01 | 1 | -2/+3 | |
| | | | | | Signed-off-by: Jonas Dujava <jonas.dujava@gmail.com> | |||||
| * | bot(lockfile): update http, styled, swift | nvim-treesitter-bot[bot] | 2024-09-01 | 1 | -3/+3 | |
| | | ||||||
| * | feat(query): highlight supertype "/" delimiters | Riley Bruins | 2024-08-31 | 1 | -1/+4 | |
| | | ||||||
| * | bot(readme): update | nvim-treesitter-bot[bot] | 2024-08-31 | 1 | -1/+3 | |
| | | ||||||
| * | feat(glimmer): add glimmer-javascript and glimmer-typescript (#7064) | NullVoxPopuli | 2024-08-31 | 12 | -8/+152 | |
| | | ||||||
| * | fix(ini): highlight setting value as `@string` (#7104) | Omar Valdez | 2024-08-31 | 1 | -1/+1 | |
| | | | | Values are not typed in INI files and are interpreted as literal strings. | |||||
| * | fix(http): update injections queries (#7078) | Seongmin Lee | 2024-08-31 | 1 | -7/+3 | |
| | | ||||||
| * | bot(lockfile): update http, kotlin, perl, templ | nvim-treesitter-bot[bot] | 2024-08-31 | 1 | -4/+4 | |
| | | ||||||
| * | fix(query): explicitly opt-in to legacy behavior (#7101) | Christian Clason | 2024-08-30 | 1 | -1/+1 | |
| | | ||||||
| * | feat(markdown): set url attribute on image links | Gregory Anders | 2024-08-30 | 1 | -0/+5 | |
| | | ||||||
| * | bot(lockfile): update http, ini, leo | nvim-treesitter-bot[bot] | 2024-08-30 | 2 | -7/+4 | |
| | | ||||||
| * | fix(c_sharp): remove duplicated queries (#7099) | Omar Valdez | 2024-08-30 | 1 | -9/+3 | |
| | | ||||||
| * | feat!: switch upstream Zig parser | Amaan Qureshi | 2024-08-30 | 7 | -148/+202 | |
| | | | | | | The new parser is faster, does not lag while editing, correctly parses the entire Zig code base, and is much easier to write queries for. | |||||
| * | bot(lockfile): update angular, mlir | nvim-treesitter-bot[bot] | 2024-08-29 | 1 | -2/+2 | |
| | | ||||||
| * | feat(diff): add folds | gh-liu | 2024-08-28 | 1 | -0/+5 | |
| | | ||||||
| * | bot(lockfile): update editorconfig, fortran, php, php_only | nvim-treesitter-bot[bot] | 2024-08-28 | 1 | -4/+4 | |
| | | ||||||
| * | fix(leo): update queries (#7086) | r001 | 2024-08-28 | 2 | -12/+25 | |
| | | | | | | | | | | * small bugfixes of variables, records, and struct highlighting * lockfile.json update * fixed @constant bug, and added self.address, and network.id as builtins to highlight * fixed associated function calls | |||||
| * | ci: bump stylua-action to v4 | Christian Clason | 2024-08-27 | 1 | -1/+1 | |
| | | ||||||
| * | bot(lockfile): update go, janet_simple, mlir, nix, python, slint, sql, v | nvim-treesitter-bot[bot] | 2024-08-27 | 1 | -8/+8 | |
| | | ||||||
| * | feat(ruby): string/punctuation highlight improvements | Riley Bruins | 2024-08-26 | 1 | -10/+17 | |
| | | ||||||
| * | feat(make): highlight more special characters | Riley Bruins | 2024-08-26 | 1 | -0/+16 | |
| | | ||||||
| * | feat(leo): add string literals (#7084) | r001 | 2024-08-26 | 1 | -0/+2 | |
| | | ||||||
| * | bot(lockfile): update asm, gotmpl, helm, leo, perl | nvim-treesitter-bot[bot] | 2024-08-26 | 1 | -5/+5 | |
| | | ||||||
| * | feat(leo): async keyword (#7083) | r001 | 2024-08-25 | 2 | -1/+3 | |
| | | | | | | * async keyword added * lockfile update | |||||
| * | chore: remove r locals executable status | Riley Bruins | 2024-08-25 | 1 | -0/+0 | |
| | | ||||||
| * | feat(matlab): capture comment sections | Dimitris Dimitropoulos | 2024-08-25 | 1 | -0/+3 | |
| | | | | | Signed-off-by: Dimitris Dimitropoulos <dimitris.dimitropoulos00@gmail.com> | |||||
| * | feat(proto): add indents | LeviOP | 2024-08-25 | 1 | -0/+11 | |
| | | ||||||
| * | bot(lockfile): update comment, perl, qmljs, swift, tact, vhs | nvim-treesitter-bot[bot] | 2024-08-25 | 1 | -6/+6 | |
| | | ||||||
| * | feat(tact): update parser and queries | Novus Nota | 2024-08-24 | 3 | -7/+3 | |
| | | ||||||
| * | bot(lockfile): update java, nix, perl, pod | nvim-treesitter-bot[bot] | 2024-08-24 | 1 | -4/+4 | |
| | | ||||||
| * | bot(lockfile): update angular, apex, cuda, http, norg, sflog, soql, sosl, swift | nvim-treesitter-bot[bot] | 2024-08-23 | 1 | -9/+9 | |
| | | ||||||
| * | feat(rust): add highlight for shorthand_field_identifier | Tobias Schmitz | 2024-08-22 | 1 | -0/+2 | |
| | | ||||||
| * | bot(lockfile): update perl | nvim-treesitter-bot[bot] | 2024-08-22 | 1 | -1/+1 | |
| | | ||||||
| * | bot(lockfile): update cuda, glimmer, javascript, matlab, styled, templ | nvim-treesitter-bot[bot] | 2024-08-21 | 1 | -6/+6 | |
| | | ||||||
| * | feat(http): switch to new parser version (#7063) | Alejandro | 2024-08-21 | 3 | -37/+38 | |
| | | ||||||
| * | Revert "ci: skip updates for javascript" | Christian Clason | 2024-08-20 | 1 | -1/+1 | |
| | | | | | This reverts commit a7a3b9c10e8a5fe0da05ebb65db3ed1d164e612d. | |||||
| * | bot(lockfile): update groovy, matlab | nvim-treesitter-bot[bot] | 2024-08-20 | 1 | -2/+2 | |
| | | ||||||
| * | chore: remove obsolete CODEOWNERS | Christian Clason | 2024-08-19 | 1 | -7/+0 | |
| | | ||||||
| * | bot(lockfile): update c, comment, cpp, embedded_template, kotlin, latex, ↵ | nvim-treesitter-bot[bot] | 2024-08-19 | 2 | -12/+12 | |
| | | | | | php, php_only, ruby, scala, templ | |||||
| * | feat(php): php 8.4 support (#6741) | Caleb White | 2024-08-18 | 9 | -13/+85 | |
| | | | | | | | | | | * chore(php): update maintainers * feat(php): update php rules, highlight imported functions/consts * feat(php): indent inside property hooks * chore: update php and php_only revision | |||||
| * | bot(lockfile): update go, html, json, python, rust, swift, vhs | nvim-treesitter-bot[bot] | 2024-08-18 | 1 | -7/+7 | |
| | | ||||||
| * | fix(inko): add highlight for boolean patterns (#7050) | Yorick Peterse | 2024-08-17 | 1 | -0/+2 | |
| | | ||||||
