aboutsummaryrefslogtreecommitdiffstats
path: root/queries
Commit message (Collapse)AuthorAgeFilesLines
...
* feat(ziggy-schema): Add ziggy-schema parser and queriesTim Culverhouse2024-09-302-0/+41
| | | | Ziggy-schema is the schema definition file format for a ziggy file.
* feat(ziggy): add ziggy parser and queriesTim Culverhouse2024-09-302-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 Sidorenco2024-09-292-0/+422
|
* fix(markdown): don't set link metadata twiceRiley Bruins2024-09-281-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 Bruins2024-09-262-5/+5
|
* fix(jsdoc): disable spelling for identifiers (#7172)Kai Moschcau2024-09-241-1/+1
|
* feat(perl): support more modern syntaxVeesh Goldman2024-09-221-0/+15
|
* fix(markdown): broader link recognitionRiley Bruins2024-09-201-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 Valdez2024-09-2013-21/+45
|
* feat(swift): fold queriesRiley Bruins2024-09-191-0/+35
|
* feat(swift): add many missing highlightsRiley Bruins2024-09-191-46/+83
|
* feat(htmldjango): improve punctuation highlightingOmar Valdez2024-09-191-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, tlaplusnvim-treesitter-bot[bot]2024-09-181-1/+1
|
* feat(ruby): detect shebang directiveJerome Dalbert2024-09-171-0/+5
|
* feat(apex): update parser and highlights (#7151)Heber2024-09-162-5/+5
|
* fix(lua): remove duplicate ellipsis highlightRiley Bruins2024-09-141-2/+0
|
* feat(ruby): improve identifiers highlightingJerome Dalbert2024-09-121-3/+6
|
* feat(gleam): add `@local.scope` capture for block (#7128)Juhan2024-09-111-0/+3
|
* fix(rust): comment marker should not be `@operator` (#7135)Amaan Qureshi2024-09-101-11/+14
|
* feat(latex): capture conditionalsJonas Dujava2024-09-101-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 foldsAvi Areman2024-09-072-0/+28
|
* bot(lockfile): update arduino, awk, bash, c, cpp, css, cuda, go, groovy, ↵nvim-treesitter-bot[bot]2024-09-053-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 Valdez2024-09-033-4/+3
| | | Section headers should be `@markup.heading` in ini-like grammars and `@string.special.path` in editorconfig.
* feat(javascript): update parser and queriesAmaan Qureshi2024-09-021-52/+23
|
* feat(wing): add many missing highlightsRiley Bruins2024-09-023-11/+100
| | | | ...as well as some fold and injection queries.
* feat(gap): add gap and gaptst parser and queries (#7110)Reinis Cirpons2024-09-017-0/+300
|
* feat(latex): set url attribute for hyperlinksJonas Dujava2024-09-011-2/+3
| | | | Signed-off-by: Jonas Dujava <jonas.dujava@gmail.com>
* feat(query): highlight supertype "/" delimitersRiley Bruins2024-08-311-1/+4
|
* feat(glimmer): add glimmer-javascript and glimmer-typescript (#7064)NullVoxPopuli2024-08-3110-7/+125
|
* fix(ini): highlight setting value as `@string` (#7104)Omar Valdez2024-08-311-1/+1
| | | Values are not typed in INI files and are interpreted as literal strings.
* fix(http): update injections queries (#7078)Seongmin Lee2024-08-311-7/+3
|
* feat(markdown): set url attribute on image linksGregory Anders2024-08-301-0/+5
|
* bot(lockfile): update http, ini, leonvim-treesitter-bot[bot]2024-08-301-4/+1
|
* fix(c_sharp): remove duplicated queries (#7099)Omar Valdez2024-08-301-9/+3
|
* feat!: switch upstream Zig parserAmaan Qureshi2024-08-304-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 foldsgh-liu2024-08-281-0/+5
|
* fix(leo): update queries (#7086)r0012024-08-281-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 improvementsRiley Bruins2024-08-261-10/+17
|
* feat(make): highlight more special charactersRiley Bruins2024-08-261-0/+16
|
* feat(leo): add string literals (#7084)r0012024-08-261-0/+2
|
* feat(leo): async keyword (#7083)r0012024-08-251-0/+2
| | | | | * async keyword added * lockfile update
* chore: remove r locals executable statusRiley Bruins2024-08-251-0/+0
|
* feat(matlab): capture comment sectionsDimitris Dimitropoulos2024-08-251-0/+3
| | | | Signed-off-by: Dimitris Dimitropoulos <dimitris.dimitropoulos00@gmail.com>
* feat(proto): add indentsLeviOP2024-08-251-0/+11
|
* feat(tact): update parser and queriesNovus Nota2024-08-242-6/+2
|
* feat(rust): add highlight for shorthand_field_identifierTobias Schmitz2024-08-221-0/+2
|
* feat(http): switch to new parser version (#7063)Alejandro2024-08-212-36/+37
|
* bot(lockfile): update c, comment, cpp, embedded_template, kotlin, latex, ↵nvim-treesitter-bot[bot]2024-08-191-1/+1
| | | | php, php_only, ruby, scala, templ
* feat(php): php 8.4 support (#6741)Caleb White2024-08-183-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 Peterse2024-08-171-0/+2
|