Ben Hamill

Results 38 comments of Ben Hamill

Well... I narrowed it some more. It has something to do with the group name being `detailedInterpolatedString` and not `rubyString`. When I changed the line to this: ``` vim syn...

Also, I just noticed that putting a `do` in there also confuses things, and since that's meant to be a different color from strings, generally, it becomes more clear what...

There's the code that makes it "work". This isn't an actual fix. I'd love to see if this jogs any good ideas out of someone more experienced.

@wwalker I haven't looked at this in ages, but I've learned a little bit about Vim syntax files since then. I don't really have an opinion about forks or not...

Cool. I'm up for whatever. I have push access to this repo, so if you fork this, let me know, and I can make a big note at the top...

Oh. Yeah. I guess I have push access, but not admin access. So it would have to be a fork, rather than a change of ownership. Does this remove the...

Yeah. But I can't give anyone _else_ access to this repo and I'm not really in a position, right now, to be a maintainer on this.

Come to think of it, this might be the root cause of #3 (which I just created). As well as a few other oddities I spotted (like "on" being highlighted...

My understanding of the YAML spec is that literal and folded strings should be treated like double-quoted strings (except in how the hard newlines and leading whitespace are handled). However,...

Yeah. Region sounds about right. You'd key on the leading `>` or `|` and then have expectations about the indentation level. I've never been able to get indentation-based stuff to...