-
Notifications
You must be signed in to change notification settings - Fork 348
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support configurable file associations #52
Comments
I would like to see configurable filetype associations, like the ones present in |
@crides agreed, configurable file associations would be nice. (FWIW I'm not sure Kicad would work well as there's no generic s-expression parser in difftastic today.) |
Kicad actually works fairly well. I simply modded the file detection to map kicad files to Common Lisp. The only thing that's a bit hard is because it's not manually edited (well not most of the time anyway) and the order of some of the elements don't actually matter, but the unorderedness would make diffing possibly very hard. So for now, everything works well enough. |
Loosen Rust crate's tree-sitter dependency
scanner: cleanup code and improve correctness As the code was mostly translated verbatim from C++ to C, there were some bad structures due to my own lack of experiences as well as some missed error handling. This pull clean most of that up.
For example,
TARGETS
is usually python syntax (specifically starlark), but has no file extension.The text was updated successfully, but these errors were encountered: