For unsupported languages, is there a way to use this implementation by feeding it the AST instead of the files? #295
Unanswered
mahtab-nejati
asked this question in
Q&A
Replies: 3 comments 5 replies
-
Hi! I am not sure to understand what you want? Cheers. |
Beta Was this translation helpful? Give feedback.
1 reply
-
Specifically, my question is how can I extend this tool to support diffing of other programming languages, such as CMake? |
Beta Was this translation helpful? Give feedback.
3 replies
-
Hi, I did manage to make the tree-sitter-cmake work. I also went through issue #164 which you referred me to. From what I understand, I need to:
Is that all? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am working on a project on CMake and would like to export the edit script of the
.cmake
files in my codebase. Is there a way I could use this package by feeding it the two ASTs of the code?Beta Was this translation helpful? Give feedback.
All reactions