aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* docs(readme)!: announce archiving of master branchv0.10.0masterChristian Clason2025-05-241-6/+15
|
* feat(solidity): add doxygen injections (#7853)Leo2025-05-121-0/+12
|
* feat(solidity): add `abstract` keywordLeo2025-05-121-0/+1
|
* fix: blade injection highlighting (#7846)Caleb White2025-05-051-1/+1
| | | | | | Injecting php was broken upstream so this is a temporary fix until upstream fixes it. See https://github.com/nvim-treesitter/nvim-treesitter/issues/7842
* feat(haskell): injections for inline-python quasiquotesMarc Jakobi2025-04-301-0/+8
|
* fix(injections): dtd, glimmer.*, razor, tablegen, tealChristian Clason2025-04-276-20/+5
|
* fix(roc): use correct predicate in injectionsChristian Clason2025-04-261-2/+2
|
* fix(nu): add missing `ctrl_match` to query filesblindfs2025-04-262-0/+2
|
* feat(fish): highlight $ punctuation.specialPeter Cardenas2025-04-151-1/+4
|
* feat(fish): add variable.builtin highlightsPeter Cardenas2025-04-151-0/+25
|
* feat(brightscript): brightscript parser and queries (#7780)AJ Delcimmuto2025-04-137-0/+238
|
* More bash injection support for Taskfile (#7805)Mikkel Mondrup Kristensen2025-04-072-3/+12
|
* feat(yaml): inject bash for taskfiles (#7804)Anthony Fiddes2025-04-062-4/+20
|
* ci(bot): bump create-github-app-token to v2Christian Clason2025-04-062-2/+2
|
* fix(svelte): `else if` highlight (#7797)Maksim Terpilovskii2025-04-041-0/+1
|
* fix(python): highlight all types of docstrings (#7788)Jakob Zahn2025-04-032-21/+124
|
* ci(tests): run tests on v0.10.4Christian Clason2025-04-021-1/+1
|
* ci(update): only check once a week (sat)Christian Clason2025-04-021-1/+1
| | | | I need a break...
* ci(update): block dhall,elm,enforce,rust (ABI 15)Christian Clason2025-04-021-1/+1
|
* fix(rust,dhall,elm,enforce): revert to ABI 14 parserChristian Clason2025-04-021-4/+4
|
* ci(tests): check queries on 0.10.4Christian Clason2025-04-021-4/+4
|
* bot(lockfile): update erlang, glimmer_javascript, glimmer_typescript, php, ↵nvim-treesitter-bot[bot]2025-04-021-7/+7
| | | | php_only, qmljs, rust
* bot(lockfile): update fortran, scala, tclnvim-treesitter-bot[bot]2025-04-011-3/+3
|
* bot(lockfile): update editorconfig, elm, tclnvim-treesitter-bot[bot]2025-03-311-3/+3
|
* dhall: recognize several missing builtinssavanto2025-03-301-2/+9
| | | | | | | - recognize builtin type `Bool` - recognize import `... as Bytes` - recognize builtin functions `Date/show`, `Time/show`, `TimeZone/show` - recognize a bytes literal (ie. `0x"deadbeef"`)
* bot(lockfile): update dhall, enforce, http, javadoc, nu, superhtml, tcl, teranvim-treesitter-bot[bot]2025-03-301-8/+8
|
* feat(angular): update highlights for template literalsDennis van den Berg2025-03-291-0/+8
|
* bot(lockfile): update scalanvim-treesitter-bot[bot]2025-03-291-1/+1
|
* bot(lockfile): update angular, koto, superhtmlnvim-treesitter-bot[bot]2025-03-281-3/+3
|
* bot(lockfile): update angular, hcl, koto, meson, perl, superhtml, tact, ↵nvim-treesitter-bot[bot]2025-03-271-9/+9
| | | | terraform, vhs
* bot(lockfile): update angular, koto, scalanvim-treesitter-bot[bot]2025-03-261-3/+3
|
* bot(lockfile): update javadoc, problog, prolognvim-treesitter-bot[bot]2025-03-241-3/+3
|
* bot(lockfile): update hlsl, javadocnvim-treesitter-bot[bot]2025-03-231-2/+2
|
* feat(caddy): add parser and queries (#7588)Vladimir Levin2025-03-237-0/+78
| | | | | --------- Co-authored-by: Christian Clason <c.clason@uni-graz.at>
* bot(readme): updatenvim-treesitter-bot[bot]2025-03-231-0/+1
|
* feat(javadoc): add parser and queries (#7749)Robert Muir2025-03-236-11/+132
| | | | | | | | | Previously java was configured to use doxygen parser for documentation comments, but javadocs are not doxygen. Inline tags have a different syntax, block tags are not recognized, and doxygen creates a lot of errors during highlighting. Add parser for javadoc comments, with queries for highlights and injections.
* bot(lockfile): update swiftnvim-treesitter-bot[bot]2025-03-231-1/+1
|
* bot(lockfile): update mlirnvim-treesitter-bot[bot]2025-03-221-1/+1
|
* bot(lockfile): update lua, markdown, markdown_inline, vimnvim-treesitter-bot[bot]2025-03-211-4/+4
|
* bot(lockfile): update gleam, glimmer_javascript, glimmer_typescript, ↵nvim-treesitter-bot[bot]2025-03-213-13/+10
| | | | lalrpop, problog, prolog, roc
* Use order instead of prioritydcho2025-03-211-13/+12
|
* fix(python): prioritize builtin functionsdcho2025-03-212-1/+5
|
* ci(update): block wit (ABI 15)Christian Clason2025-03-211-1/+1
|
* bot(lockfile): update meson, scala, superhtmlnvim-treesitter-bot[bot]2025-03-201-3/+3
|
* * feat(perl): highlight hash keys as `@variable.member` in various contextsVeesh Goldman2025-03-192-32/+48
| | | | also, injections for s///e should fully re-parse
* bot(lockfile): update query, vimdocnvim-treesitter-bot[bot]2025-03-191-2/+2
|
* fix(c): highlight `"."` as `@punctuation.delimiter`Riley Bruins2025-03-181-1/+1
| | | | Aligns C with the other language highlights
* bot(lockfile): update fortran, glimmer_javascript, glimmer_typescript, ↵nvim-treesitter-bot[bot]2025-03-181-4/+4
| | | | powershell
* bot(lockfile): update commonlisp, cuda, glsl, superhtml, ziggy, ziggy_schemanvim-treesitter-bot[bot]2025-03-171-6/+6
|
* fix(vhdl): capture "|" as `@operator` (#7744)John-Philip Taylor2025-03-161-0/+1
|