aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* feat(python): Improved python indentation (#6859)Grace Petryk2024-07-163-4/+81
| | | | | | | | | | | | | * feat: improve python indentation * use lua-match * revert concatenated_string changes, handle function def hanging indents * lint * add delimiters to param query * add test cases
* feat(templ): add foldsVincent Rischmann2024-07-161-0/+15
|
* bot(lockfile): update angular, facility, idl, ocaml, ocaml_interface, templnvim-treesitter-bot[bot]2024-07-161-6/+6
|
* bot(lockfile): update earthfile, python, swiftnvim-treesitter-bot[bot]2024-07-151-3/+3
|
* bot(lockfile): update erlang, groovy, typstnvim-treesitter-bot[bot]2024-07-131-3/+3
|
* bot(lockfile): update http, idl, nimnvim-treesitter-bot[bot]2024-07-121-3/+3
|
* bot(lockfile): update idl, scfgnvim-treesitter-bot[bot]2024-07-111-2/+2
|
* fix(scfg): switch to github mirrorChristian Clason2024-07-102-2/+2
|
* feat(goctl): add indentszhaown2024-07-101-0/+15
|
* feat(idl): update parser and queries (#6901)DragonBillow2024-07-102-2/+15
| | | Signed-off-by: DragonBillow <DragonBillow@outlook.com>
* bot(lockfile): update idl, swiftnvim-treesitter-bot[bot]2024-07-101-2/+2
|
* feat(parser): register common short-hand as filetypesChristian Clason2024-07-101-37/+14
| | | | | | | | | | | Problem: Cannot use short-hands for @injection.language (e.g., `py` for Python). Solution: Register common short-hand as filetypes for some languages. List taken from https://github.com/helix-editor/helix/blob/master/languages.toml Also remove deprecation custom filetype->parser mapping.
* bot(lockfile): update c_sharp, liquid, mlir, tsx, typescriptnvim-treesitter-bot[bot]2024-07-092-7/+7
|
* fix(php): do not indent after class/enum decl再生花2024-07-093-0/+23
|
* fix(ruby): highlight "&." as `@punctuation.delimiter` (#6887)Wadii Hajji2024-07-081-0/+1
|
* bot(lockfile): update editorconfig, fortran, hare, idl, mlir, nim, php, ↵nvim-treesitter-bot[bot]2024-07-082-13/+13
| | | | php_only, python, squirrel, tlaplus
* bot(readme): updatenvim-treesitter-bot[bot]2024-07-081-4/+4
|
* fix(parsers): keep .git suffix for gitlab urlsChristian Clason2024-07-081-4/+4
|
* fix(hurl): multiline injection query needs injection.combinedKarl Yngve Lervåg2024-07-071-1/+2
| | | fixes: #6882, https://github.com/pfeiferj/tree-sitter-hurl/issues/10
* fix(wit): highlight <> as brackets (#6879)Liam Woodleigh-Hardinge2024-07-072-1/+3
|
* bot(readme): updatenvim-treesitter-bot[bot]2024-07-071-6/+6
|
* fix(parsers): drop .git suffix from URLsChristian Clason2024-07-071-7/+7
|
* feat: add goctl parser and querieszhaown2024-07-076-0/+105
|
* feat(ruby): highlights for special methods (#6735)Pete Matsyburka2024-07-081-3/+8
|
* feat(jsx): apply HTML-based highlight improvements (#6867)Riley Bruins2024-07-051-0/+84
|
* fix(go): narrow down } usagePhạm Huy Hoàng2024-07-051-2/+13
|
* fix(indent): indent empty lines correctlyAbhinav Natarajan2024-07-051-6/+13
| | | | fix(indent):
* feat(nix): indentation queriesRiley Bruins2024-07-054-0/+379
|
* bot(lockfile): update editorconfig, javascript, witnvim-treesitter-bot[bot]2024-07-052-5/+5
|
* docs(readme): update outdated informationChristian Clason2024-07-051-8/+8
|
* fix(html): correct the link label highlight (#6866)Riley Bruins2024-07-051-1/+1
| | | | Unlike the `href` attribute, the inner text of the `a` tag is the label of the link, not the actual URL.
* feat(jsdoc): add missing highlightsRiley Bruins2024-07-041-0/+37
|
* bot(readme): updatenvim-treesitter-bot[bot]2024-07-041-0/+1
|
* feat: editorconfig parser and queriesOmar Valdez2024-07-045-0/+70
|
* bot(lockfile): update c_sharp, erlangnvim-treesitter-bot[bot]2024-07-041-2/+2
|
* fix(ecma): indent single-line if statements (#6846)Riley Bruins2024-07-043-4/+17
| | | Fixes #5898.
* fix(prolog): switch to github mirrorChristian Clason2024-07-032-4/+4
|
* bot(lockfile): update idl, rbs, vnvim-treesitter-bot[bot]2024-07-031-3/+3
|
* feat(idl): update idl parser and queries (#6854)DragonBillow2024-07-033-5/+69
|
* fix(turtle): update parser and queriesChristian Clason2024-07-036-10/+12
| | | | also update changed user names
* feat(gotmpl,helm): raise highlight priorities (#6712)Kai Moschcau2024-07-032-21/+51
|
* feat(elm): add folds queriesDerek Gustafson2024-07-031-0/+14
|
* feat: add prolog and problog parser and queries (#6810)Stefano Volpe2024-07-0211-0/+100
|
* feat(diff): Highlight commentsOmar Valdez2024-07-022-0/+4
|
* bot(lockfile): update git_rebase, gitcommitnvim-treesitter-bot[bot]2024-07-021-2/+2
|
* feat(idl): add indentsDragonBillow2024-07-011-0/+7
| | | | Signed-off-by: DragonBillow <DragonBillow@outlook.com>
* feat(bp): update parser and queries (#6843)Bruno BELANYI2024-07-013-1/+5
|
* bot(readme): updatenvim-treesitter-bot[bot]2024-07-011-1/+1
|
* fix(idl): fix author name (#6840)DragonBillow2024-07-011-1/+1
|
* bot(lockfile): update angular, diff, dtd, idl, ocaml, ocaml_interface, ↵nvim-treesitter-bot[bot]2024-07-011-8/+8
| | | | scala, xml