dolos icon indicating copy to clipboard operation
dolos copied to clipboard

Support multi-language files

Open rien opened this issue 1 year ago • 0 comments

Using tree-sitter it is possible to parse multi-language documents such as ERB, HTML, Vue, React, ... However, it needs non-trivial interventions on our side, see: https://tree-sitter.github.io/tree-sitter/using-parsers#multi-language-documents

The python-notebook prototype (https://github.com/dodona-edu/dolos/pull/486) could be used as inspiration for this change.

rien avatar Oct 18 '23 14:10 rien