usethesource / rascal-syntax-highlighting

TM Bundle for syntax highlighting Rascal code
BSD 2-Clause "Simplified" License
2 stars 3 forks source link

[TextMate] two slashes inside a source locations are considered comments when the authority contains dashes #11

Closed DavyLandman closed 7 years ago

DavyLandman commented 7 years ago
loc working = |scheme://normal/as/it/should/be|;
loc broken = |scheme://with-dashes-in-authority/breaks/it|;
ahmadsalim commented 7 years ago

Ups, I forgot to escape the dash inside the character sets. If you want, you can assign me and I will look at it in the weekend.

DavyLandman commented 7 years ago

It seems I can't assign you, you are not (yet?) a member of the usethesource organization. Pinging @jurgenvinju to see how we deal with this.

So, good to know you'll take a look at this. :+1:

Could you put a small readme in the dir on how to generate the .tmLanguage file from the YAML file?

ahmadsalim commented 7 years ago

It seems I can't assign you, you are not (yet?) a member of the usethesource organization. Pinging @jurgenvinju to see how we deal with this.

Ah, I see. I thought you could put a per repository team.

DavyLandman commented 7 years ago

you are right, you've been invited.

ahmadsalim commented 7 years ago

@DavyLandman Thanks! I have assigned myself.

ahmadsalim commented 7 years ago

New example