zazuko / xrm

A friendly language for mappings to RDF
MIT License
1 stars 0 forks source link

Formatting of subsequent lines with comments #79

Open mchlrch opened 4 years ago

mchlrch commented 4 years ago

Formatting runtime-EclipseXtext/editor-test/editortest-csv.xrm results in :

    properties
        employee.no from EMPNO;
        // TODO uncomment next line --> error no ParentTriplesMap on CSV
// thing.color parent-map EmployeeMapping2;
// TODO uncomment next line, do code-completion, 'parent-map' must not be offered 
// thing.color 
}

Fixing this has rather low priority