aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* feat(gleam): add `@local.scope` capture for block (#7128)Juhan2024-09-111-0/+3
|
* ci: bump create-pull-request to v7Christian Clason2024-09-112-4/+4
|
* bot(lockfile): update markdown, markdown_inlinenvim-treesitter-bot[bot]2024-09-111-2/+2
|
* fix(rust): comment marker should not be `@operator` (#7135)Amaan Qureshi2024-09-101-11/+14
|
* Revert "ci(update): bump create-pull-request to v7 and sign commits"Christian Clason2024-09-102-8/+6
| | | | This reverts commit c9003a3cb19280bc252e24bfb813027643016e5f.
* ci(update): bump create-pull-request to v7 and sign commitsChristian Clason2024-09-102-6/+8
|
* bot(lockfile): update elixir, gleam, lua, markdown, markdown_inline, perl, ↵nvim-treesitter-bot[bot]2024-09-101-8/+8
| | | | scala, swift
* 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>
* bot(lockfile): update earthfile, racket, scheme, sveltenvim-treesitter-bot[bot]2024-09-081-4/+4
|
* fix(formatter): adapt formatter for nightlyRiley Bruins2024-09-071-2/+4
| | | | | After Neovim pull #30193, the formatter was broken due to changes in the way node data is passed to predicates.
* bot(lockfile): update elixir, erlang, groovy, r, svelte, swiftnvim-treesitter-bot[bot]2024-09-071-6/+6
|
* feat(mermaid): indents and foldsAvi Areman2024-09-072-0/+28
|
* bot(lockfile): update julia, kotlin, tclnvim-treesitter-bot[bot]2024-09-061-3/+3
|
* bot(lockfile): update arduino, awk, bash, c, cpp, css, cuda, go, groovy, ↵nvim-treesitter-bot[bot]2024-09-054-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 behaviorChristian Clason2024-09-041-10/+13
|
* 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-022-53/+24
|
* feat(wing): add many missing highlightsRiley Bruins2024-09-024-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-021-10/+10
| | | | java, racket, scheme, vhdl
* feat(gap): add gap and gaptst parser and queries (#7110)Reinis Cirpons2024-09-0110-0/+326
|
* feat(latex): set url attribute for hyperlinksJonas Dujava2024-09-011-2/+3
| | | | Signed-off-by: Jonas Dujava <jonas.dujava@gmail.com>
* bot(lockfile): update http, styled, swiftnvim-treesitter-bot[bot]2024-09-011-3/+3
|
* feat(query): highlight supertype "/" delimitersRiley Bruins2024-08-311-1/+4
|
* bot(readme): updatenvim-treesitter-bot[bot]2024-08-311-1/+3
|
* feat(glimmer): add glimmer-javascript and glimmer-typescript (#7064)NullVoxPopuli2024-08-3112-8/+152
|
* 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
|
* bot(lockfile): update http, kotlin, perl, templnvim-treesitter-bot[bot]2024-08-311-4/+4
|
* fix(query): explicitly opt-in to legacy behavior (#7101)Christian Clason2024-08-301-1/+1
|
* feat(markdown): set url attribute on image linksGregory Anders2024-08-301-0/+5
|
* bot(lockfile): update http, ini, leonvim-treesitter-bot[bot]2024-08-302-7/+4
|
* fix(c_sharp): remove duplicated queries (#7099)Omar Valdez2024-08-301-9/+3
|
* feat!: switch upstream Zig parserAmaan Qureshi2024-08-307-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, mlirnvim-treesitter-bot[bot]2024-08-291-2/+2
|
* feat(diff): add foldsgh-liu2024-08-281-0/+5
|
* bot(lockfile): update editorconfig, fortran, php, php_onlynvim-treesitter-bot[bot]2024-08-281-4/+4
|
* fix(leo): update queries (#7086)r0012024-08-282-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 v4Christian Clason2024-08-271-1/+1
|
* bot(lockfile): update go, janet_simple, mlir, nix, python, slint, sql, vnvim-treesitter-bot[bot]2024-08-271-8/+8
|
* 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
|
* bot(lockfile): update asm, gotmpl, helm, leo, perlnvim-treesitter-bot[bot]2024-08-261-5/+5
|
* feat(leo): async keyword (#7083)r0012024-08-252-1/+3
| | | | | * 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
|
* bot(lockfile): update comment, perl, qmljs, swift, tact, vhsnvim-treesitter-bot[bot]2024-08-251-6/+6
|
* feat(tact): update parser and queriesNovus Nota2024-08-243-7/+3
|
* bot(lockfile): update java, nix, perl, podnvim-treesitter-bot[bot]2024-08-241-4/+4
|