Skip to content

Commit 5ece7f2

Browse files
committed
chore: doc
1 parent b36f011 commit 5ece7f2

File tree

1 file changed

+16
-1
lines changed

1 file changed

+16
-1
lines changed

README.md

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,14 +54,29 @@ jobs:
5454
- name: diffctx
5555
uses: williamfzc/[email protected]
5656
with:
57-
# currently we support: golang/python
57+
# currently we officially support: golang/python
5858
lang: "golang"
5959
```
6060
6161
### Done!
6262
6363
You can create a new PullRequest for test.
6464
65+
### What about other languages?
66+
67+
Currently, diffctx can also support java/kotlin.
68+
But you have to generate LSIF file ([this link](https://github.com/williamfzc/diffctx/blob/main/index.py) might help) by yourself because of the complexity of the compilation process.
69+
70+
```yml
71+
- name: diffctx
72+
uses: williamfzc/[email protected]
73+
with:
74+
lang: "java"
75+
lsif_file: "./dump.lsif"
76+
```
77+
78+
Help wanted :)
79+
6580
### Still have a problem?
6681
6782
A real example can be found in: https://github.com/williamfzc/srctx/tree/test_diffctx

0 commit comments

Comments
 (0)