aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* bot(lockfile): update djot, lalrpop, markdown, markdown_inline, wingnvim-treesitter-bot[bot]2024-03-221-4/+7
|
* feat(tlaplus): move to C scannerChristian Clason2024-03-222-2/+2
|
* bot(readme): updatenvim-treesitter-bot[bot]2024-03-221-0/+1
|
* feat: add djot support (#6326)Noah Bogart2024-03-223-0/+301
| | | | Co-authored-by: ObserverOfTime <chronobserver@disroot.org>
* bot(lockfile): update hoon, just, v, wingnvim-treesitter-bot[bot]2024-03-221-4/+4
|
* refactor(format): drop extra indentation for fieldPhạm Huy Hoàng2024-03-21140-2742/+2122
|
* feat(rust): improve indentsAmaan Qureshi2024-03-211-2/+10
|
* bot(readme): updatenvim-treesitter-bot[bot]2024-03-211-0/+1
|
* Add "just" parserTomas Sandven2024-03-217-0/+240
|
* bot(lockfile): update asm, c, d, html, svelte, v, wingnvim-treesitter-bot[bot]2024-03-211-7/+7
|
* fix(rust): dedent on macro definition endAmaan Qureshi2024-03-201-1/+12
|
* fix(graphql): end indent after blockLevi2024-03-211-0/+2
|
* feat(sql): highlight fields in column definitionOmar Valdez2024-03-201-0/+3
|
* feat(install): add blob filter to git clone command (#6325)TLW2024-03-201-0/+1
|
* bot(lockfile): update asm, cmake, glimmer, php, php_only, typst, vimdoc, wingnvim-treesitter-bot[bot]2024-03-201-8/+8
|
* Update Clojure highlights to be metadata aware (#6213)Noah2024-03-192-30/+99
|
* bot(lockfile): update asm, erlang, gleam, html, http, v, wingnvim-treesitter-bot[bot]2024-03-191-7/+7
|
* feat: add vento support (#6261)Matthew Taylor2024-03-185-0/+35
|
* bot(lockfile): update arduino, cmake, dtd, http, mlir, ocaml, ↵nvim-treesitter-bot[bot]2024-03-181-12/+12
| | | | ocaml_interface, slint, swift, vimdoc, wing, xml
* fix(latex): Fold \iffalse..\fi commentsgi12422024-03-171-0/+1
|
* feat(http): switch to new parser versionNTBBloodbath2024-03-185-13/+35
| | | | | | | | | | | | | | fix(http): use `@variable.member` for fields fix(http): keep the comment injection fix(http): keep `method` capture as `@function.method` docs(README.md): update HTTP parser maintainers list feat(http): remove redundant captures cleanup(http): remove unneedeed highlighting captures
* bot(lockfile): update c_sharp, glimmer, hyprlang, meson, mlir, ocaml, ↵nvim-treesitter-bot[bot]2024-03-172-11/+11
| | | | | | ocaml_interface, swift, v adapt to ocaml grammar location change
* feat(php): improve indents in return statements & chained methodsCaleb White2024-03-163-0/+126
|
* feat(hyprlang): add bash injectionsLuckas2024-03-161-0/+3
|
* feat(rust): move pub to `@keyword.modifier`Riley Bruins2024-03-161-4/+1
| | | | Also consolidates most of the captures
* fix(htmldjango): update highlightsObserverOfTime2024-03-161-4/+7
|
* bot(lockfile): update devicetree, dtd, htmldjango, perl, racket, scheme, v, ↵nvim-treesitter-bot[bot]2024-03-161-9/+9
| | | | wing, xml
* feat(verilog): `@keyword.modifier` for lifetimeJaehwang Jung2024-03-161-1/+1
|
* feat(rust,lalrpop): `@attribute` for lifetimesJaehwang Jung2024-03-163-6/+17
| | | | `@keyword` is only for language-defined keywords.
* feat(highlights)!: remove non-keyword `@type.qualifier`Jaehwang Jung2024-03-164-20/+2
| | | | | | | | * blueprint: Don't specially highlight template_name_qualifier. This is similar to inheritance base class. Other languages don't highlight them specially. * eds: `@type` for all `*Type` keys * chatito: `@attribute` for variation
* feat(highlights)!: `@keyword.storage` → `@keyword.modifier`Jaehwang Jung2024-03-1636-44/+43
|
* feat(highlights)!: keyword `@type.qualifier` → `@keyword.modifier`Jaehwang Jung2024-03-1676-108/+109
|
* bot(readme): updatenvim-treesitter-bot[bot]2024-03-151-1/+1
|
* feat(yaml)!: switch upstream parserAmaan Qureshi2024-03-152-4/+4
|
* bot(lockfile): update gitcommit, mlir, rnoweb, swift, vimdoc, wingnvim-treesitter-bot[bot]2024-03-151-6/+6
|
* feat(dot): add indents queriesLuckas2024-03-153-0/+42
| | | | | | | * feat(dot): add indents queries * add: tests * fix: test
* fix(vimdoc): adapt to breaking Neovim changeChristian Clason2024-03-142-3/+14
| | | | | | | | | | Problem: https://github.com/neovim/neovim/commit/cb46f6e467268edf917cc3617b4c024a66b256de#diff-edf997b0c2d42d31828800641ac1f5a46487fe24a0d46ccf70bcd58a14f3868f introduced a regression on how `#set!` behaves with several matches in a single pattern, breaking conceals in, e.g., taglinks. Solution: Separate taglink etc. patterns into concealed marker and contents. Also add URL support for concealed markdown links.
* bot(lockfile): update angular, awk, heex, html, kotlin, markdown, ↵nvim-treesitter-bot[bot]2024-03-141-10/+10
| | | | markdown_inline, sql, swift, wing
* * feat(ecma): styled injection for `css` and `keyframes`Mark Skelton2024-03-131-2/+15
|
* bot(lockfile): update kotlin, scalanvim-treesitter-bot[bot]2024-03-131-2/+2
|
* bot(lockfile): update angular, bash, c, cmake, cue, java, javascript, ↵nvim-treesitter-bot[bot]2024-03-131-23/+23
| | | | kotlin, lua, php, php_only, python, racket, ruby, rust, scala, scheme, slint, solidity, tlaplus, tsx, typescript, wing
* feat(vimdoc): highlight modelineObserverOfTime2024-03-132-1/+3
|
* feat(swift): add init/deinit indents再生花2024-03-134-5/+25
| | | | Signed-off-by: Phạm Huy Hoàng <hoangtun0810@gmail.com>
* fix(scripts): actually skip lockfile updatesObserverOfTime2024-03-122-10/+7
|
* fix(php): highlight property access using nullsafe operator, move ↵Tobias S2024-03-111-2/+10
| | | | `@property` to `@variable.member`
* fix(c): improve doxygen comment matching (#6278)Chad Condon2024-03-112-2/+2
|
* bot(lockfile): update arduino, beancount, ocaml, ocaml_interfacenvim-treesitter-bot[bot]2024-03-101-4/+4
|
* bot(lockfile): update swift, vim, wingnvim-treesitter-bot[bot]2024-03-091-3/+3
|
* bot(lockfile): update mlir, wingnvim-treesitter-bot[bot]2024-03-081-2/+2
|
* fix(nickel): update highlights to grammar changeChristian Clason2024-03-082-8/+8
|