Frédéric Maquin

Results 80 comments of Frédéric Maquin

Hey @tla-trebla thanks for reporting the issue, it looks like it was [published properly](https://cocoapods.org/pods/Instructions), have you tried running `pod repo update` before `pod install`?

Thanks for reporting the issue! I'll have a look.

Thanks for the changes @zledas! I'm sorry it took so long to respond, I completely missed this issue. I won't be able to use your patch as-is, since, as you...

I've resumed working on the grammar and made significant progress. There were a lot of other issues, beyond the line-ending thing. Would you be able to try the [latest version](https://github.com/inkle/ink-tmlanguage/releases/download/0.2.0/Ink.tmLanguage)...

> Tested new version – it works! :) > Didn't find any breakages, but our formatting is quite strict, so not much variation. > Awesome! > if it would be...

[0.2.2](https://github.com/inkle/ink-tmlanguage/releases/tag/0.2.2) is out with the scope extensions. Let me know if it works or if I missed something else!

> Tested it – extended variable scopes work great. I'm happy to hear that! Thanks for providing an example, I'm unable to reproduce the problem with the latest grammar, sadly...

It's really strange that Visual Studio doesn't behave like other editors. I replaced most `\s` occurrences by `[^\S\n\r]` and it doesn't seem to have any negative impacts on other editors....

> Tested this new one – looks like it works good. Thanks for fixing all these issues! All good! > On the other hand, I found one not handled TODO...

[0.2.3](https://github.com/inkle/ink-tmlanguage/releases/tag/0.2.3) should fix the issue. 🙂