Skip to content

Commit

Permalink
chore: doc
Browse files Browse the repository at this point in the history
  • Loading branch information
williamfzc committed May 10, 2023
1 parent b36f011 commit 5ece7f2
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,14 +54,29 @@ jobs:
- name: diffctx
uses: williamfzc/[email protected]
with:
# currently we support: golang/python
# currently we officially support: golang/python
lang: "golang"
```
### Done!
You can create a new PullRequest for test.
### What about other languages?
Currently, diffctx can also support java/kotlin.
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.
```yml
- name: diffctx
uses: williamfzc/[email protected]
with:
lang: "java"
lsif_file: "./dump.lsif"
```
Help wanted :)
### Still have a problem?
A real example can be found in: https://github.com/williamfzc/srctx/tree/test_diffctx
Expand Down

0 comments on commit 5ece7f2

Please sign in to comment.