aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* fixup: adapt to Nvim 0.11 deprecationsChristian Clason2024-05-171-1/+1
|
* fixup: adapt to Nvim 0.11 deprecationsChristian Clason2024-05-171-1/+1
|
* fix: adapt to Nvim 0.11 deprecationsChristian Clason2024-05-175-7/+20
|
* fix(injection): lower-case language name for markdown stringsmilanglacier2024-05-171-1/+1
|
* bot(lockfile): update earthfile, erlang, janet_simplenvim-treesitter-bot[bot]2024-05-171-3/+3
|
* ci: Nvim 0.10 macos artifact nameChristian Clason2024-05-171-3/+4
|
* bot(lockfile): update clojure, earthfile, erlang, idl, tlaplus, tsx, typescriptnvim-treesitter-bot[bot]2024-05-161-7/+7
|
* bot(lockfile): update idl, sourcepawnnvim-treesitter-bot[bot]2024-05-151-2/+2
|
* feat(typespec): add support for typespecHilmar Wiegand2024-05-146-0/+170
|
* bot(lockfile): update idl, php, php_only, witnvim-treesitter-bot[bot]2024-05-141-4/+4
|
* feat(diff): more comprehensive highlightsRiley Bruins2024-05-142-2/+33
|
* feat(php): indent after `default_statement`Tomasz N2024-05-141-0/+1
|
* feat(slint): highlight enum members as constantsRiley Bruins2024-05-141-0/+3
|
* feat(php): add highlights for scoped_property_accessCaleb White2024-05-142-0/+13
|
* feat(zig): misc improvementsRiley Bruins2024-05-141-15/+21
|
* feat: standardize and document export keywordsRiley Bruins2024-05-1311-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, sourcepawnnvim-treesitter-bot[bot]2024-05-121-7/+7
|
* fix(solidity): disable broken operatorsChristian Clason2024-05-121-33/+32
|
* feat(c_sharp): update parser & queriesAmaan Qureshi2024-05-116-71/+180
|
* bot(lockfile): update dtd, go, idl, javascript, tact, xmlnvim-treesitter-bot[bot]2024-05-111-6/+6
|
* bot(lockfile): update c, dockerfile, dtd, mlir, templ, typst, xmlnvim-treesitter-bot[bot]2024-05-101-7/+7
|
* feat(query): pattern injections for new predicatesRiley Bruins2024-05-091-2/+2
|
* bot(lockfile): update comment, yamlnvim-treesitter-bot[bot]2024-05-091-2/+2
|
* fix(inko): indent call nodesYorick Peterse2024-05-091-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, parametersRiley Bruins2024-05-081-2/+8
|
* bot(lockfile): update angular, gleam, haskell, idl, javascript, kotlin, ↵nvim-treesitter-bot[bot]2024-05-081-9/+9
| | | | odin, ql, tlaplus
* feat(odin): more lenient towards different function naming conventionLaytan Laats2024-05-071-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 Umamil2024-05-071-9/+9
|
* fix(haskell): update queries and tests for rewritten parser (#6580)Marc Jakobi2024-05-076-367/+232
|
* bot(lockfile): update bash, json, lalrpop, phpdoc, qmljs, query, tsx, typescriptnvim-treesitter-bot[bot]2024-05-071-8/+8
|
* fix(query): update to support supertypesChristian Clason2024-05-061-1/+1
|
* bot(lockfile): update arduino, css, embedded_template, idl, javascript, ↵nvim-treesitter-bot[bot]2024-05-061-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 stringsOmar Valdez2024-05-051-8/+28
|
* feat(lalrpop): highlight touchups, foldsRiley Bruins2024-05-063-17/+31
|
* bot(lockfile): update css, html, inko, kotlin, swift, tactnvim-treesitter-bot[bot]2024-05-051-6/+6
|
* fix(php): update parser and queriesChristian Clason2024-05-042-5/+5
|
* 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
|