Andreas Neuhaus

Results 84 comments of Andreas Neuhaus

I like this idea. Markdown is quite common in comments, so highlighting comments (or maybe only doc comments?) would be nice. Unfortunately, I'm quite busy with my main job at...

Thanks for submitting this changes! And sorry for the late response... Unicode escapes look good to me. It would be nice to also have it covered by tests. Are `~`...

Any activity on this? Having a dedicated name to highlight it separately would be nice. We should also add a few tests to ensure that it's parsed correctly.

Any help would be much appreciated. Unfortunately I currently don't find much time to spend on improving language-rust. Most open issues are "complicated", i.e. they're not simple grammar rules problems...

Yes. I think I know Rust pretty well, but my knowledge of Atom’s JS internals is limited and RL keeps me busy, so I appreciate any help.

Thanks. Looks like there’s a tree-sitter based grammar for Rust now.

I agree that it should be as easy to use as possible and that cson is an unusual format. Initially, this package was used for Atom only, but now it...

Nice work, thanks! Would this also apply to `enum` declarations? As far as I know, they can have where statements as well?

Seems to be caused be two lines earlier, inside the macro call, where it falsely detects a function statement `fn` but no function begin `{` and therefore takes the rest...

Atom also does have a settings page for it. It's just a bit hard to find. Go to Settings -> Packages -> language-rust -> Settings (gear icon next to the...