| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | fixup: adapt to Nvim 0.11 deprecations | Christian Clason | 2024-05-17 | 1 | -1/+1 |
| | | |||||
| * | fixup: adapt to Nvim 0.11 deprecations | Christian Clason | 2024-05-17 | 1 | -1/+1 |
| | | |||||
| * | fix: adapt to Nvim 0.11 deprecations | Christian Clason | 2024-05-17 | 5 | -7/+20 |
| | | |||||
| * | fix(injection): lower-case language name for markdown strings | milanglacier | 2024-05-17 | 1 | -1/+1 |
| | | |||||
| * | bot(lockfile): update earthfile, erlang, janet_simple | nvim-treesitter-bot[bot] | 2024-05-17 | 1 | -3/+3 |
| | | |||||
| * | ci: Nvim 0.10 macos artifact name | Christian Clason | 2024-05-17 | 1 | -3/+4 |
| | | |||||
| * | bot(lockfile): update clojure, earthfile, erlang, idl, tlaplus, tsx, typescript | nvim-treesitter-bot[bot] | 2024-05-16 | 1 | -7/+7 |
| | | |||||
| * | bot(lockfile): update idl, sourcepawn | nvim-treesitter-bot[bot] | 2024-05-15 | 1 | -2/+2 |
| | | |||||
| * | feat(typespec): add support for typespec | Hilmar Wiegand | 2024-05-14 | 6 | -0/+170 |
| | | |||||
| * | bot(lockfile): update idl, php, php_only, wit | nvim-treesitter-bot[bot] | 2024-05-14 | 1 | -4/+4 |
| | | |||||
| * | feat(diff): more comprehensive highlights | Riley Bruins | 2024-05-14 | 2 | -2/+33 |
| | | |||||
| * | feat(php): indent after `default_statement` | Tomasz N | 2024-05-14 | 1 | -0/+1 |
| | | |||||
| * | feat(slint): highlight enum members as constants | Riley Bruins | 2024-05-14 | 1 | -0/+3 |
| | | |||||
| * | feat(php): add highlights for scoped_property_access | Caleb White | 2024-05-14 | 2 | -0/+13 |
| | | |||||
| * | feat(zig): misc improvements | Riley Bruins | 2024-05-14 | 1 | -15/+21 |
| | | |||||
| * | feat: standardize and document export keywords | Riley Bruins | 2024-05-13 | 11 | -29/+22 |
| | | | | | | | Many export keywords are captured as `@keyword.import`. This commit makes it so they are all captured like that, and mentions it in the documentation. | ||||
| * | bot(lockfile): update c_sharp, cuda, glsl, hlsl, mlir, solidity, sourcepawn | nvim-treesitter-bot[bot] | 2024-05-12 | 1 | -7/+7 |
| | | |||||
| * | fix(solidity): disable broken operators | Christian Clason | 2024-05-12 | 1 | -33/+32 |
| | | |||||
| * | feat(c_sharp): update parser & queries | Amaan Qureshi | 2024-05-11 | 6 | -71/+180 |
| | | |||||
| * | bot(lockfile): update dtd, go, idl, javascript, tact, xml | nvim-treesitter-bot[bot] | 2024-05-11 | 1 | -6/+6 |
| | | |||||
| * | bot(lockfile): update c, dockerfile, dtd, mlir, templ, typst, xml | nvim-treesitter-bot[bot] | 2024-05-10 | 1 | -7/+7 |
| | | |||||
| * | feat(query): pattern injections for new predicates | Riley Bruins | 2024-05-09 | 1 | -2/+2 |
| | | |||||
| * | bot(lockfile): update comment, yaml | nvim-treesitter-bot[bot] | 2024-05-09 | 1 | -2/+2 |
| | | |||||
| * | fix(inko): indent call nodes | Yorick Peterse | 2024-05-09 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | | | This ensures that when you add a new call line in the middle of a call chain, the line is indented like so: foo .bar .new_line_here .baz Instead of it being indented like so: foo .bar .new_line_here .baz | ||||
| * | feat(rust): underscore match arms, parameters | Riley Bruins | 2024-05-08 | 1 | -2/+8 |
| | | |||||
| * | bot(lockfile): update angular, gleam, haskell, idl, javascript, kotlin, ↵ | nvim-treesitter-bot[bot] | 2024-05-08 | 1 | -9/+9 |
| | | | | | odin, ql, tlaplus | ||||
| * | feat(odin): more lenient towards different function naming convention | Laytan Laats | 2024-05-07 | 1 | -1/+1 |
| | | | | | PR originally made and merged upstream here: https://github.com/tree-sitter-grammars/tree-sitter-odin/pull/15 | ||||
| * | fix(ecma): template string injections (#6590) | Ananda Umamil | 2024-05-07 | 1 | -9/+9 |
| | | |||||
| * | fix(haskell): update queries and tests for rewritten parser (#6580) | Marc Jakobi | 2024-05-07 | 6 | -367/+232 |
| | | |||||
| * | bot(lockfile): update bash, json, lalrpop, phpdoc, qmljs, query, tsx, typescript | nvim-treesitter-bot[bot] | 2024-05-07 | 1 | -8/+8 |
| | | |||||
| * | fix(query): update to support supertypes | Christian Clason | 2024-05-06 | 1 | -1/+1 |
| | | |||||
| * | bot(lockfile): update arduino, css, embedded_template, idl, javascript, ↵ | nvim-treesitter-bot[bot] | 2024-05-06 | 1 | -24/+24 |
| | | | | | jsdoc, mlir, perl, php, php_only, regex, ron, ruby, rust, smali, squirrel, swift, tablegen, templ, tsx, typescript, typst, uxntal, yuck | ||||
| * | feat(c): inject printf in concatenated strings | Omar Valdez | 2024-05-05 | 1 | -8/+28 |
| | | |||||
| * | feat(lalrpop): highlight touchups, folds | Riley Bruins | 2024-05-06 | 3 | -17/+31 |
| | | |||||
| * | bot(lockfile): update css, html, inko, kotlin, swift, tact | nvim-treesitter-bot[bot] | 2024-05-05 | 1 | -6/+6 |
| | | |||||
| * | fix(php): update parser and queries | Christian Clason | 2024-05-04 | 2 | -5/+5 |
| | | |||||
| * | fix(markdown): align link with image highlights | Riley Bruins | 2024-05-04 | 1 | -10/+10 |
| | | |||||
| * | bot(lockfile): update bass, c_sharp, cooklang, haskell, php, php_only, ql, ↵ | nvim-treesitter-bot[bot] | 2024-05-04 | 1 | -7/+7 |
| | | | | | r, solidity, tact, toml | ||||
| * | fix(inko): highlighting of numeric call names (#6566) | Yorick Peterse | 2024-05-03 | 1 | -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 Nota | 2024-05-03 | 8 | -0/+459 |
| | | |||||
| * | feat(ecma) fold `array` (#6564) | Jakub Donovan | 2024-05-03 | 1 | -0/+1 |
| | | |||||
| * | bot(readme): update | nvim-treesitter-bot[bot] | 2024-05-03 | 1 | -1/+1 |
| | | |||||
| * | bot(lockfile): update nasm | nvim-treesitter-bot[bot] | 2024-05-03 | 1 | -1/+1 |
| | | |||||
| * | feat(toml): switch to upstream fork | Christian Clason | 2024-05-03 | 2 | -2/+2 |
| | | |||||
| * | feat(inko): add support for Inko | Yorick Peterse | 2024-05-03 | 8 | -0/+323 |
| | | |||||
| * | bot(lockfile): update javascript, just, mlir, slint, templ | nvim-treesitter-bot[bot] | 2024-05-03 | 1 | -5/+5 |
| | | |||||
| * | fix(java): compact constructor highlights (#6531) | Brayden Zee | 2024-05-02 | 1 | -0/+3 |
| | | |||||
| * | bot(lockfile): update c_sharp, just, liquidsoap, templ | nvim-treesitter-bot[bot] | 2024-05-02 | 1 | -4/+4 |
| | | |||||
| * | feat(ecma): inject async template functions | DimensionalDot | 2024-05-02 | 1 | -10/+34 |
| | | |||||
| * | fix(html_tags): stop indenting void elements | Levi Frandsen | 2024-05-01 | 1 | -6/+8 |
| | | |||||
