| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | feat(ziggy-schema): Add ziggy-schema parser and queries | Tim Culverhouse | 2024-09-30 | 2 | -0/+41 | |
| | | | | | Ziggy-schema is the schema definition file format for a ziggy file. | |||||
| * | feat(ziggy): add ziggy parser and queries | Tim Culverhouse | 2024-09-30 | 2 | -0/+51 | |
| | | | | | | [Ziggy](https://github.com/kristoff-it/ziggy) is a data serialization format used in the zine static site generator. | |||||
| * | feat(fsharp): add parser and queries (#7166) | Nikolaj Sidorenco | 2024-09-29 | 2 | -0/+422 | |
| | | ||||||
| * | fix(markdown): don't set link metadata twice | Riley Bruins | 2024-09-28 | 1 | -3/+0 | |
| | | | | | | Otherwise the same link will be opened twice when the cursor is on the link text itself. | |||||
| * | feat(gleam,luau): use `@keyword.type` captures (#7181) | Riley Bruins | 2024-09-26 | 2 | -5/+5 | |
| | | ||||||
| * | fix(jsdoc): disable spelling for identifiers (#7172) | Kai Moschcau | 2024-09-24 | 1 | -1/+1 | |
| | | ||||||
| * | feat(perl): support more modern syntax | Veesh Goldman | 2024-09-22 | 1 | -0/+15 | |
| | | ||||||
| * | fix(markdown): broader link recognition | Riley Bruins | 2024-09-20 | 1 | -6/+4 | |
| | | | | | | | | | **Problem:** Neovim's `gx` will not work when the cursor is on the first `[` of an inline Markdown link. **Solution:** Set the `url` metadata property on the link parent node, rather than just the link label node | |||||
| * | feat(highlights): capture wildcard patterns as `@character.special` (#7153) | Omar Valdez | 2024-09-20 | 13 | -21/+45 | |
| | | ||||||
| * | feat(swift): fold queries | Riley Bruins | 2024-09-19 | 1 | -0/+35 | |
| | | ||||||
| * | feat(swift): add many missing highlights | Riley Bruins | 2024-09-19 | 1 | -46/+83 | |
| | | ||||||
| * | feat(htmldjango): improve punctuation highlighting | Omar Valdez | 2024-09-19 | 1 | -3/+2 | |
| | | | | | | | | | In Django templates `{{` and `{%` are interpolations, so they should be highlighted as @punctuation.special. Don't highlight quotes as delimiters (consistency) and add missing comma delimiter. | |||||
| * | bot(lockfile): update d, fortran, go, inko, nix, r, tlaplus | nvim-treesitter-bot[bot] | 2024-09-18 | 1 | -1/+1 | |
| | | ||||||
| * | feat(ruby): detect shebang directive | Jerome Dalbert | 2024-09-17 | 1 | -0/+5 | |
| | | ||||||
| * | feat(apex): update parser and highlights (#7151) | Heber | 2024-09-16 | 2 | -5/+5 | |
| | | ||||||
| * | fix(lua): remove duplicate ellipsis highlight | Riley Bruins | 2024-09-14 | 1 | -2/+0 | |
| | | ||||||
| * | feat(ruby): improve identifiers highlighting | Jerome Dalbert | 2024-09-12 | 1 | -3/+6 | |
| | | ||||||
| * | feat(gleam): add `@local.scope` capture for block (#7128) | Juhan | 2024-09-11 | 1 | -0/+3 | |
| | | ||||||
| * | fix(rust): comment marker should not be `@operator` (#7135) | Amaan Qureshi | 2024-09-10 | 1 | -11/+14 | |
| | | ||||||
| * | feat(latex): capture conditionals | Jonas Dujava | 2024-09-10 | 1 | -0/+8 | |
| | | | | | | | | Generically, macros/commands in LaTeX starting on `if` are either directly conditionals, or have similar purpose/funcionality. Signed-off-by: Jonas Dujava <jonas.dujava@gmail.com> | |||||
| * | feat(mermaid): indents and folds | Avi Areman | 2024-09-07 | 2 | -0/+28 | |
| | | ||||||
| * | bot(lockfile): update arduino, awk, bash, c, cpp, css, cuda, go, groovy, ↵ | nvim-treesitter-bot[bot] | 2024-09-05 | 3 | -3/+3 | |
| | | | | | 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(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 | 1 | -52/+23 | |
| | | ||||||
| * | feat(wing): add many missing highlights | Riley Bruins | 2024-09-02 | 3 | -11/+100 | |
| | | | | | ...as well as some fold and injection queries. | |||||
| * | feat(gap): add gap and gaptst parser and queries (#7110) | Reinis Cirpons | 2024-09-01 | 7 | -0/+300 | |
| | | ||||||
| * | feat(latex): set url attribute for hyperlinks | Jonas Dujava | 2024-09-01 | 1 | -2/+3 | |
| | | | | | Signed-off-by: Jonas Dujava <jonas.dujava@gmail.com> | |||||
| * | feat(query): highlight supertype "/" delimiters | Riley Bruins | 2024-08-31 | 1 | -1/+4 | |
| | | ||||||
| * | feat(glimmer): add glimmer-javascript and glimmer-typescript (#7064) | NullVoxPopuli | 2024-08-31 | 10 | -7/+125 | |
| | | ||||||
| * | 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 | |
| | | ||||||
| * | 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 | 1 | -4/+1 | |
| | | ||||||
| * | 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 | 4 | -144/+198 | |
| | | | | | | 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. | |||||
| * | feat(diff): add folds | gh-liu | 2024-08-28 | 1 | -0/+5 | |
| | | ||||||
| * | fix(leo): update queries (#7086) | r001 | 2024-08-28 | 1 | -11/+24 | |
| | | | | | | | | | | * 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 | |||||
| * | 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 | |
| | | ||||||
| * | feat(leo): async keyword (#7083) | r001 | 2024-08-25 | 1 | -0/+2 | |
| | | | | | | * 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 | |
| | | ||||||
| * | feat(tact): update parser and queries | Novus Nota | 2024-08-24 | 2 | -6/+2 | |
| | | ||||||
| * | feat(rust): add highlight for shorthand_field_identifier | Tobias Schmitz | 2024-08-22 | 1 | -0/+2 | |
| | | ||||||
| * | feat(http): switch to new parser version (#7063) | Alejandro | 2024-08-21 | 2 | -36/+37 | |
| | | ||||||
| * | bot(lockfile): update c, comment, cpp, embedded_template, kotlin, latex, ↵ | nvim-treesitter-bot[bot] | 2024-08-19 | 1 | -1/+1 | |
| | | | | | php, php_only, ruby, scala, templ | |||||
| * | feat(php): php 8.4 support (#6741) | Caleb White | 2024-08-18 | 3 | -7/+26 | |
| | | | | | | | | | | * 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 | |||||
| * | fix(inko): add highlight for boolean patterns (#7050) | Yorick Peterse | 2024-08-17 | 1 | -0/+2 | |
| | | ||||||
