TeXiFy-IDEA
TeXiFy-IDEA copied to clipboard
Basic `inputminted` support
Fix #3540
Right now, it has a hardcoded list, cannot find custom lexers, and does not enforce extension correctness. The per-language extensions are all in there. It could be refactored into an enum, but for future proofing I am leaving it as a class.
Let me know if I am on the right track here
How about hardcoding the partial list from Overleaf and then fetching the rest on the fly? That way even without pygments there will be some autofill
Agree, a small default list as backup would be fine
These changes will take some time. Drafting for now.
@PHPirates I implemented it, it is blocking though but I got the parser built so it probably wouldnt be too bad to change it if you want