mirror of
https://github.com/carlrobertoh/ProxyAI.git
synced 2026-04-28 03:30:48 +00:00
40 lines
2.2 KiB
Kotlin
40 lines
2.2 KiB
Kotlin
plugins {
|
|
id("proxyai.java-conventions")
|
|
}
|
|
|
|
dependencies {
|
|
implementation(libs.tree.sitter)
|
|
implementation("io.github.bonede:tree-sitter-erlang:0.1.0a")
|
|
implementation("io.github.bonede:tree-sitter-elixir:0.2.0")
|
|
implementation("io.github.bonede:tree-sitter-dockerfile:0.2.0")
|
|
implementation("io.github.bonede:tree-sitter-dart:master-a")
|
|
implementation("io.github.bonede:tree-sitter-css:0.23.1")
|
|
implementation("io.github.bonede:tree-sitter-cpp:0.23.4")
|
|
implementation("io.github.bonede:tree-sitter-c-sharp:0.23.1")
|
|
implementation("io.github.bonede:tree-sitter-fortran:master-a")
|
|
implementation("io.github.bonede:tree-sitter-gitattributes:0.1.6")
|
|
implementation("io.github.bonede:tree-sitter-go:0.23.3")
|
|
implementation("io.github.bonede:tree-sitter-graphql:master-a")
|
|
implementation("io.github.bonede:tree-sitter-html:0.23.2")
|
|
implementation("io.github.bonede:tree-sitter-javascript:0.23.1")
|
|
implementation("io.github.bonede:tree-sitter-json:0.23.0")
|
|
implementation("io.github.bonede:tree-sitter-kotlin:0.3.8.1")
|
|
implementation("io.github.bonede:tree-sitter-latex:0.3.0a")
|
|
implementation("io.github.bonede:tree-sitter-lua:2.1.3a")
|
|
implementation("io.github.bonede:tree-sitter-m68k:0.2.7a")
|
|
implementation("io.github.bonede:tree-sitter-markdown:0.7.1a")
|
|
implementation("io.github.bonede:tree-sitter-objc:main-a")
|
|
implementation("io.github.bonede:tree-sitter-perl:1.1.0")
|
|
implementation("io.github.bonede:tree-sitter-ruby:0.23.1")
|
|
implementation("io.github.bonede:tree-sitter-rust:0.23.1")
|
|
implementation("io.github.bonede:tree-sitter-scala:0.23.3")
|
|
implementation("io.github.bonede:tree-sitter-scss:1.0.0a")
|
|
implementation("io.github.bonede:tree-sitter-svelte:0.11.0a")
|
|
implementation("io.github.bonede:tree-sitter-swift:0.5.0")
|
|
implementation("io.github.bonede:tree-sitter-yaml:0.5.0a")
|
|
implementation("io.github.bonede:tree-sitter-java:0.23.4")
|
|
implementation("io.github.bonede:tree-sitter-python:0.23.4")
|
|
implementation("io.github.bonede:tree-sitter-php:0.23.11")
|
|
implementation("io.github.bonede:tree-sitter-typescript:0.21.1")
|
|
implementation("io.github.bonede:tree-sitter-query:0.3.0")
|
|
}
|