aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* fix(markdown): align link with image highlightsRiley Bruins2024-05-041-10/+10
|
* bot(lockfile): update bass, c_sharp, cooklang, haskell, php, php_only, ql, ↵nvim-treesitter-bot[bot]2024-05-041-7/+7
| | | | r, solidity, tact, toml
* fix(inko): highlighting of numeric call names (#6566)Yorick Peterse2024-05-031-1/+4
| | | | | | | | | | | Inko allows for syntax such as `some_value.42.to_string`, where `42` is a method name. Similar to other languages that allow this (e.g. Rust), these numeric names should be highlighted as numbers instead of identifiers. To fix this, the query to highlight call names is adjusted to only highlight "name" and "constant" nodes as the function group, ensuring the remaining possible node ("integer") continues to use the same group as regular numbers.
* feat: add support for Tact (#6554)Novus Nota2024-05-038-0/+459
|
* feat(ecma) fold `array` (#6564)Jakub Donovan2024-05-031-0/+1
|
* bot(readme): updatenvim-treesitter-bot[bot]2024-05-031-1/+1
|
* bot(lockfile): update nasmnvim-treesitter-bot[bot]2024-05-031-1/+1
|
* feat(toml): switch to upstream forkChristian Clason2024-05-032-2/+2
|
* feat(inko): add support for InkoYorick Peterse2024-05-038-0/+323
|
* bot(lockfile): update javascript, just, mlir, slint, templnvim-treesitter-bot[bot]2024-05-031-5/+5
|
* fix(java): compact constructor highlights (#6531)Brayden Zee2024-05-021-0/+3
|
* bot(lockfile): update c_sharp, just, liquidsoap, templnvim-treesitter-bot[bot]2024-05-021-4/+4
|
* feat(ecma): inject async template functionsDimensionalDot2024-05-021-10/+34
|
* fix(html_tags): stop indenting void elementsLevi Frandsen2024-05-011-6/+8
|
* feat(latex, query, tablegen, thrift): disable spelling in shebangsKai Moschcau2024-05-014-7/+7
|
* feat(perl): deactivate spelling in shebangsKai Moschcau2024-05-011-1/+1
|
* feat(perl): activate spelling in commentsKai Moschcau2024-05-011-1/+1
|
* feat(awk,cmake,python,r,starlark): deactivate spelling in shebangsKai Moschcau2024-05-015-5/+5
|
* feat(bash,fish): deactivate spelling in shebangsKai Moschcau2024-05-012-2/+2
|
* feat(git_config): Highlight escape sequencesOmar Valdez2024-05-011-0/+2
|
* feat: import statement folds for common languagesRiley Bruins2024-05-018-4/+18
|
* feat: more `@keyword.type` capturesRiley Bruins2024-05-0174-237/+393
|
* bot(lockfile): update angular, cpp, djot, html, json5, mlir, python, ↵nvim-treesitter-bot[bot]2024-05-011-10/+10
| | | | solidity, supercollider, yaml
* feat(svelte): add javascript injection (#6540)Lucas Lopes2024-05-011-0/+11
|
* feat(angular): Add support for ICU expressions. (#6288)Dennis van den Berg2024-04-301-0/+10
|
* bot(lockfile): update angular, apex, earthfile, fennel, soql, sosl, ↵nvim-treesitter-bot[bot]2024-04-301-9/+9
| | | | supercollider, wit, yaml
* bot(lockfile): update dart, idl, swift, usdnvim-treesitter-bot[bot]2024-04-291-4/+4
|
* make sass to be highlighted in vue files (#6526)Andrey Sidorov2024-04-291-1/+1
|
* bot(lockfile): update blueprint, idl, python, qmljs, rbs, slangnvim-treesitter-bot[bot]2024-04-281-6/+6
|
* fix(wit): update parser and queries (#6528)Liam Woodleigh-Hardinge2024-04-283-59/+125
|
* fix(latex): update parser and queriesChristian Clason2024-04-282-2/+2
|
* bot(lockfile): update apex, bitbake, cairo, chatito, commonlisp, csv, ↵nvim-treesitter-bot[bot]2024-04-281-16/+16
| | | | doxygen, fsh, func, psv, slang, smithy, soql, sosl, tsv, verilog
* bot(readme): updatenvim-treesitter-bot[bot]2024-04-281-0/+1
|
* feat: add idlDragonBillow2024-04-284-0/+224
|
* bot(lockfile): update cuda, dtd, glsl, hlsl, koto, slang, wgsl_bevy, xmlnvim-treesitter-bot[bot]2024-04-271-8/+8
|
* feat(gitconfig): add more injectionswzy2024-04-261-1/+40
|
* feat(glimmer): highlight builtin tagsNullVoxPopuli2024-04-261-0/+4
|
* feat(toml): highlight escape sequencesOmar Valdez2024-04-261-0/+2
|
* feat(css): highlight square bracketsOmar Valdez2024-04-261-0/+2
|
* bot(lockfile): update earthfile, mlir, rust, unisonnvim-treesitter-bot[bot]2024-04-261-4/+4
|
* feat: add kotoIan Hobson2024-04-257-0/+182
| | | Co-authored-by: ObserverOfTime <chronobserver@disroot.org>
* feat(rasi): Highlight captures similar to CSS (#6507)Omar Valdez2024-04-252-7/+8
|
* fix(php): parameter and operator touch-upsRiley Bruins2024-04-253-7/+11
|
* feat(asm): update queries from upstream (#6505)Silas Groh2024-04-251-1/+14
| | | | adds support for TC assembly
* bot(lockfile): update asm, djot, mlir, unison, vhsnvim-treesitter-bot[bot]2024-04-251-5/+5
|
* feat(qml): add back `ecma` inheritanceRiley Bruins2024-04-252-39/+5
| | | | | Fixed after the grammar dependencies were updated. This time inheritance is given to the injections queries also.
* bot(lockfile): update astro, dart, gleam, liquidsoap, tlaplusnvim-treesitter-bot[bot]2024-04-241-5/+5
|
* bot(lockfile): update djot, fennel, mermaid, query, tlaplus, vim, vimdocnvim-treesitter-bot[bot]2024-04-231-7/+7
|
* bot(lockfile): update djot, fennel, hlsplaylist, muttrc, swift, tlaplus, ↵nvim-treesitter-bot[bot]2024-04-221-10/+10
| | | | tmux, typst, wit, zathurarc
* feat(fennel)!: update parser and queries (#6460)Alexei Mozaidze2024-04-226-179/+212
|