zazuko / xrm

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

code assist issues in PredicateObjectMapping #78

Closed mchlrch closed 4 years ago

mchlrch commented 4 years ago

There are some issues with code assist.

I tested current master commit bda63d6d3eb6e42164ad09f69b00973311679a9f

(1) There are no proposals for properties after the prefix

    properties
        employee:(1) from EMPNO;

(2) There is a proposal for } that shouldn't be there

    properties
        employee:no (2)

(3) The proposal for ; is missing

map EmployeeMapping from EMPLOYEE {
    subject template "http://airport.example.com/{0}" with id (3)

    properties
        employee:no from EMPNO (3)
mchlrch commented 4 years ago

I tested the fix and it works as expected